Skip to content

Commit

Permalink
deps: Update dependency pg8000 to v1.30.2 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 18, 2023
1 parent b2aa6ce commit 8a27d53
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,5 +1,5 @@
mock==5.1.0
pg8000==1.30.1
pg8000==1.30.2
pytest==7.4.2
pytest-asyncio==0.21.1
pytest-cov==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
namespace_packages=namespaces,
install_requires=core_dependencies,
extras_require={
"pg8000": ["pg8000==1.30.1"],
"pg8000": ["pg8000==1.30.2"],
},
python_requires=">=3.8",
include_package_data=True,
Expand Down

0 comments on commit 8a27d53

Please sign in to comment.