Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.30.4 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 15, 2024
1 parent 36ea7b7 commit 05d18d7
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.29.0
mock==5.1.0
pg8000==1.30.3
pg8000==1.30.4
psycopg2-binary==2.9.9
pytest==7.4.4
pytest-asyncio==0.23.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
packages=packages,
install_requires=dependencies,
extras_require={
"pg8000": ["pg8000>=1.30.3"],
"pg8000": ["pg8000>=1.30.4"],
},
python_requires=">=3.8",
include_package_data=True,
Expand Down

0 comments on commit 05d18d7

Please sign in to comment.