Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.31.1 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 4, 2024
1 parent 8c6043d commit d845ac3
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.5
pg8000==1.31.1
psycopg2-binary==2.9.9
pytest==7.4.4
pytest-asyncio==0.23.6
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.5"],
"pg8000": ["pg8000>=1.31.1"],
"asyncpg": ["asyncpg>=0.29.0"],
},
python_requires=">=3.8",
Expand Down

0 comments on commit d845ac3

Please sign in to comment.