Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.31.1 (#1053)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Wotherspoon <[email protected]>
  • Loading branch information
renovate-bot and jackwotherspoon authored Apr 2, 2024
1 parent 34a7d8e commit eaa371d
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
Expand Up @@ -6,7 +6,7 @@ SQLAlchemy==2.0.29
sqlalchemy-pytds==1.0.0
sqlalchemy-stubs==0.4
PyMySQL==1.1.0
pg8000==1.30.5
pg8000==1.31.1
asyncpg==0.29.0
python-tds==1.15.0
aioresponses==0.7.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
install_requires=dependencies,
extras_require={
"pymysql": ["PyMySQL>=1.1.0"],
"pg8000": ["pg8000>=1.30.5"],
"pg8000": ["pg8000>=1.31.1"],
"pytds": ["python-tds>=1.15.0"],
"asyncpg": ["asyncpg>=0.29.0"],
},
Expand Down

0 comments on commit eaa371d

Please sign in to comment.