From f655d98bd8d9f57a4637d817ab28be8dedcfc88b Mon Sep 17 00:00:00 2001 From: jackwotherspoon Date: Mon, 8 Jan 2024 18:28:42 +0000 Subject: [PATCH] deps: update pg8000 to v1.30.4 --- requirements-test.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 27ccade9..9425c22b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -13,7 +13,7 @@ types-PyMySQL==1.1.0.1 types-mock==5.1.0.3 twine==4.0.2 PyMySQL==1.1.0 -pg8000==1.30.3 +pg8000==1.30.4 asyncpg==0.29.0 python-tds==1.14.0 aioresponses==0.7.6 diff --git a/setup.py b/setup.py index 8a700256..3a7fea96 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ install_requires=dependencies, extras_require={ "pymysql": ["PyMySQL>=1.1.0"], - "pg8000": ["pg8000>=1.30.3"], + "pg8000": ["pg8000>=1.30.4"], "pytds": ["python-tds>=1.13.0"], "asyncpg": ["asyncpg>=0.29.0"], },