From 5b95b451aa3abe8ce876ce435341ebabef337dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:47:40 +0000 Subject: [PATCH] Bump pg8000 from 1.31.4 to 1.31.5 in /web/requirements_py/dev Bumps [pg8000](https://github.com/tlocke/pg8000) from 1.31.4 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] --- web/requirements_py/dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements_py/dev/requirements.txt b/web/requirements_py/dev/requirements.txt index f2ad59ecc3..27893eb1b1 100644 --- a/web/requirements_py/dev/requirements.txt +++ b/web/requirements_py/dev/requirements.txt @@ -1,6 +1,6 @@ pycodestyle==2.12.0 psycopg2-binary==2.9.10 -pg8000==1.31.4 +pg8000==1.31.5 pylint==3.2.4 pytest==7.3.1 mkdocs==1.5.3