Skip to content

Commit 43c007b

Browse files
authored
chore(deps): update dependency pg8000 to v1.19.3 (#81)
1 parent 060a78f commit 43c007b

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.2
4+
pg8000==1.19.3
55
# python-tds==1.10.0
66
git+https://github.com/denisenkom/pytds.git
77
pyopenssl==20.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
install_requires=core_dependencies,
7070
extras_require={
7171
"pymysql": ["PyMySQL==1.0.2"],
72-
"pg8000": ["pg8000==1.19.2"],
72+
"pg8000": ["pg8000==1.19.3"],
7373
"pytds": ["python-tds @ git+https://github.com/denisenkom/pytds.git"]
7474
},
7575
python_requires=">=3.6",

0 commit comments

Comments
 (0)