We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a19ad commit 62079f7Copy full SHA for 62079f7
requirements-test.txt
@@ -14,7 +14,7 @@ types-PyMySQL==1.1.0.1
14
types-mock==5.1.0.2
15
twine==4.0.2
16
PyMySQL==1.1.0
17
-pg8000==1.30.1
+pg8000==1.30.2
18
asyncpg==0.28.0
19
python-tds==1.13.0
20
aioresponses==0.7.4
setup.py
@@ -75,7 +75,7 @@
75
install_requires=core_dependencies,
76
extras_require={
77
"pymysql": ["PyMySQL==1.1.0"],
78
- "pg8000": ["pg8000==1.30.1"],
+ "pg8000": ["pg8000==1.30.2"],
79
"pytds": ["python-tds==1.13.0"],
80
"asyncpg": ["asyncpg==0.28.0"]
81
},
0 commit comments