Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.30.5 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 26, 2024
1 parent cbecb8c commit db60ca3
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.4
pg8000==1.30.5
psycopg2-binary==2.9.9
pytest==7.4.4
pytest-asyncio==0.23.5
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.4"],
"pg8000": ["pg8000>=1.30.5"],
"asyncpg": ["asyncpg>=0.29.0"],
},
python_requires=">=3.8",
Expand Down

0 comments on commit db60ca3

Please sign in to comment.