Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.29.6 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 29, 2023
1 parent a6fbaee commit 47d6d87
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 @@ -14,7 +14,7 @@ types-PyMySQL==1.0.19.7
types-mock==5.0.0.6
twine==4.0.2
PyMySQL==1.0.3
pg8000==1.29.5
pg8000==1.29.6
asyncpg==0.27.0
python-tds==1.12.0
aioresponses==0.7.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
install_requires=core_dependencies,
extras_require={
"pymysql": ["PyMySQL==1.0.3"],
"pg8000": ["pg8000==1.29.5"],
"pg8000": ["pg8000==1.29.6"],
"pytds": ["python-tds==1.12.0"],
"asyncpg": ["asyncpg==0.27.0"]
},
Expand Down

0 comments on commit 47d6d87

Please sign in to comment.