Skip to content

Commit d9c5c46

Browse files
authored
chore(deps): update dependency pg8000 to v1.24.0 (#267)
1 parent f9576f3 commit d9c5c46

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==36.0.1
33
PyMySQL==1.0.2
4-
pg8000==1.23.0
4+
pg8000==1.24.0
55
python-tds==1.11.0
66
pyopenssl==22.0.0
77
Requests==2.27.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
install_requires=core_dependencies,
8080
extras_require={
8181
"pymysql": ["PyMySQL==1.0.2"],
82-
"pg8000": ["pg8000==1.23.0"],
82+
"pg8000": ["pg8000==1.24.0"],
8383
"pytds": ["python-tds==1.11.0"]
8484
},
8585
python_requires=">=3.6",

0 commit comments

Comments
 (0)