Skip to content

Commit 8012c8f

Browse files
deps: update dependency pg8000 to v1.30.4 (#962)
1 parent ef77233 commit 8012c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ types-PyMySQL==1.1.0.1
1313
types-mock==5.1.0.3
1414
twine==4.0.2
1515
PyMySQL==1.1.0
16-
pg8000==1.30.3
16+
pg8000==1.30.4
1717
asyncpg==0.29.0
1818
python-tds==1.14.0
1919
aioresponses==0.7.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
install_requires=dependencies,
7575
extras_require={
7676
"pymysql": ["PyMySQL>=1.1.0"],
77-
"pg8000": ["pg8000>=1.30.3"],
77+
"pg8000": ["pg8000>=1.30.4"],
7878
"pytds": ["python-tds>=1.13.0"],
7979
"asyncpg": ["asyncpg>=0.29.0"],
8080
},

0 commit comments

Comments
 (0)