From a1ff9e70f79d35d5736da8af22f8b0e8535c6025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:02:11 +0200 Subject: [PATCH] chore(deps): bump psycopg2-binary to 2.9.12 (#238) Co-authored-by: Christian Krakau-Louis --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4a6e4eb..75b6d16 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ pydantic-settings==2.13.1 # Database sqlalchemy==2.0.49 # Updated: Fixed Python 3.14 incompatibility with TypingOnly assertion (was 2.0.25) alembic==1.18.4 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 asyncpg==0.31.0 # Authentication