From 14a317e38b784e101e2556afc7c288acd2af4f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 04:31:29 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.12 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.12. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c2ae428..e964102 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.135.1 uvicorn[standard]==0.27.1 sqlalchemy==2.0.27 alembic==1.13.1 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.12 redis==5.0.1 anthropic==0.84.0 python-dotenv==1.0.1