Skip to content

Commit ef53f03

Browse files
authored
deps: Update dependency pg8000 to v1.29.6 (#48)
1 parent ffc6983 commit ef53f03

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,5 +1,5 @@
11
mock==5.0.2
2-
pg8000==1.29.5
2+
pg8000==1.29.6
33
pytest==7.3.1
44
pytest-asyncio==0.21.0
55
pytest-cov==4.1.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.29.5"],
72+
"pg8000": ["pg8000==1.29.6"],
7373
},
7474
python_requires=">=3.8",
7575
include_package_data=True,

0 commit comments

Comments
 (0)