Skip to content

Commit b487f31

Browse files
authored
deps: Update dependency pg8000 to v1.30.3 (#149)
1 parent f0d9e00 commit b487f31

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
@@ -1,6 +1,6 @@
11
asyncpg==0.28.0
22
mock==5.1.0
3-
pg8000==1.30.2
3+
pg8000==1.30.3
44
psycopg2-binary==2.9.9
55
pytest==7.4.3
66
pytest-asyncio==0.22.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
namespace_packages=namespaces,
7070
install_requires=core_dependencies,
7171
extras_require={
72-
"pg8000": ["pg8000==1.30.2"],
72+
"pg8000": ["pg8000==1.30.3"],
7373
},
7474
python_requires=">=3.8",
7575
include_package_data=True,

0 commit comments

Comments
 (0)