Skip to content

Commit 57ab759

Browse files
authored
chore(deps): update dependency pg8000 to v1.20.0 (#120)
1 parent 92908eb commit 57ab759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.7.4.post0
22
cryptography==3.4.7
33
PyMySQL==1.0.2
4-
pg8000==1.19.5
4+
pg8000==1.20.0
55
python-tds==1.11.0
66
pyopenssl==20.0.1
77
Requests==2.25.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
install_requires=core_dependencies,
7777
extras_require={
7878
"pymysql": ["PyMySQL==1.0.2"],
79-
"pg8000": ["pg8000==1.19.5"],
79+
"pg8000": ["pg8000==1.20.0"],
8080
"pytds": ["python-tds==1.11.0"]
8181
},
8282
python_requires=">=3.6",

0 commit comments

Comments
 (0)