Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.30.3 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 1, 2023
1 parent f0d9e00 commit b487f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asyncpg==0.28.0
mock==5.1.0
pg8000==1.30.2
pg8000==1.30.3
psycopg2-binary==2.9.9
pytest==7.4.3
pytest-asyncio==0.22.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
namespace_packages=namespaces,
install_requires=core_dependencies,
extras_require={
"pg8000": ["pg8000==1.30.2"],
"pg8000": ["pg8000==1.30.3"],
},
python_requires=">=3.8",
include_package_data=True,
Expand Down

0 comments on commit b487f31

Please sign in to comment.