Skip to content

Commit 13e9d31

Browse files
authored
deps: Update dependency pg8000 to v1.30.3 (#882)
1 parent 65e5550 commit 13e9d31

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,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.2
17+
pg8000==1.30.3
1818
asyncpg==0.28.0
1919
python-tds==1.13.0
2020
aioresponses==0.7.4

setup.py

Lines changed: 1 addition & 1 deletion
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.2"],
78+
"pg8000": ["pg8000==1.30.3"],
7979
"pytds": ["python-tds==1.13.0"],
8080
"asyncpg": ["asyncpg==0.28.0"]
8181
},

0 commit comments

Comments
 (0)