From 71b92684e0161efebb024b2eb1edc0a9873149d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:42:33 +0000 Subject: [PATCH] chore(deps): update psycopg2-binary requirement in /backend Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4f291f4..0b625f6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ httpx>=0.28.1 bcrypt>=4.0.0 PyJWT>=2.0.0 google-auth>=2.0.0 -psycopg2-binary>=2.9.0 +psycopg2-binary>=2.9.12 # Pillow < 10.3 has multiple image-parsing CVEs (buffer overflow). Pillow>=10.3.0 # Jinja2 < 3.1.6 has sandbox-escape / template CVEs.