Skip to content

Commit 13112ae

Browse files
authored
chore(deps): update dependency pg8000 to v1.29.1 (GoogleCloudPlatform#364)
1 parent 682a300 commit 13112ae

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
@@ -14,5 +14,5 @@ types-PyMySQL==1.0.19
1414
types-mock==4.0.13
1515
twine==4.0.0
1616
PyMySQL==1.0.2
17-
pg8000==1.28.3
17+
pg8000==1.29.1
1818
python-tds==1.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
install_requires=core_dependencies,
7979
extras_require={
8080
"pymysql": ["PyMySQL==1.0.2"],
81-
"pg8000": ["pg8000==1.28.3"],
81+
"pg8000": ["pg8000==1.29.1"],
8282
"pytds": ["python-tds==1.11.0"]
8383
},
8484
python_requires=">=3.7",

0 commit comments

Comments
 (0)