Skip to content

Commit d845ac3

Browse files
authored
deps: Update dependency pg8000 to v1.31.1 (GoogleCloudPlatform#292)
1 parent 8c6043d commit d845ac3

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
@@ -1,6 +1,6 @@
11
asyncpg==0.29.0
22
mock==5.1.0
3-
pg8000==1.30.5
3+
pg8000==1.31.1
44
psycopg2-binary==2.9.9
55
pytest==7.4.4
66
pytest-asyncio==0.23.6

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
packages=packages,
7676
install_requires=dependencies,
7777
extras_require={
78-
"pg8000": ["pg8000>=1.30.5"],
78+
"pg8000": ["pg8000>=1.31.1"],
7979
"asyncpg": ["asyncpg>=0.29.0"],
8080
},
8181
python_requires=">=3.8",

0 commit comments

Comments
 (0)