Skip to content

Commit f1ed5b6

Browse files
authored
chore(deps): update dependency pg8000 to v1.23.0 (#200)
1 parent db53d60 commit f1ed5b6

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.8.1
22
cryptography==35.0.0
33
PyMySQL==1.0.2
4-
pg8000==1.22.1
4+
pg8000==1.23.0
55
python-tds==1.11.0
66
pyopenssl==21.0.0
77
Requests==2.26.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.22.1"],
81+
"pg8000": ["pg8000==1.23.0"],
8282
"pytds": ["python-tds==1.11.0"]
8383
},
8484
python_requires=">=3.6",

0 commit comments

Comments
 (0)