From 201987d0f89da203600996fb699b1492e905f36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:58:55 +0000 Subject: [PATCH] chore(deps): bump pg8000 from 1.30.1 to 1.31.5 Bumps [pg8000](https://github.com/tlocke/pg8000) from 1.30.1 to 1.31.5. - [Commits](https://github.com/tlocke/pg8000/commits) --- updated-dependencies: - dependency-name: pg8000 dependency-version: 1.31.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 74c0486..f839b08 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ quart==0.17.0 SQLAlchemy==1.4.46 google-auth==2.16.1 PyMySQL==1.1.0 -pg8000==1.30.1 +pg8000==1.31.5 google-api-python-client==2.58.0 cloud-sql-python-connector==0.4.1 google-cloud-logging==3.5.0 diff --git a/requirements.txt b/requirements.txt index 87528fc..1fa4ab6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ hypercorn==0.14.3 SQLAlchemy==1.4.46 google-auth==2.16.1 PyMySQL==1.1.0 -pg8000==1.30.1 +pg8000==1.31.5 cloud-sql-python-connector==0.4.1 google-cloud-logging==3.5.0 aiohttp==3.8.6