Skip to content

Commit 62079f7

Browse files
authored
deps: Update dependency pg8000 to v1.30.2 (GoogleCloudPlatform#848)
1 parent 53a19ad commit 62079f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ types-PyMySQL==1.1.0.1
1414
types-mock==5.1.0.2
1515
twine==4.0.2
1616
PyMySQL==1.1.0
17-
pg8000==1.30.1
17+
pg8000==1.30.2
1818
asyncpg==0.28.0
1919
python-tds==1.13.0
2020
aioresponses==0.7.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
install_requires=core_dependencies,
7676
extras_require={
7777
"pymysql": ["PyMySQL==1.1.0"],
78-
"pg8000": ["pg8000==1.30.1"],
78+
"pg8000": ["pg8000==1.30.2"],
7979
"pytds": ["python-tds==1.13.0"],
8080
"asyncpg": ["asyncpg==0.28.0"]
8181
},

0 commit comments

Comments
 (0)