We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d9e00 commit b487f31Copy full SHA for b487f31
requirements-test.txt
@@ -1,6 +1,6 @@
1
asyncpg==0.28.0
2
mock==5.1.0
3
-pg8000==1.30.2
+pg8000==1.30.3
4
psycopg2-binary==2.9.9
5
pytest==7.4.3
6
pytest-asyncio==0.22.0
setup.py
@@ -69,7 +69,7 @@
69
namespace_packages=namespaces,
70
install_requires=core_dependencies,
71
extras_require={
72
- "pg8000": ["pg8000==1.30.2"],
+ "pg8000": ["pg8000==1.30.3"],
73
},
74
python_requires=">=3.8",
75
include_package_data=True,
0 commit comments