From 7893e55a6c93276a5f175a2ff23b6091bac79de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:35:00 +0000 Subject: [PATCH] deps(server)(deps): bump psycopg2-binary in /app/server 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] --- app/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/requirements.txt b/app/server/requirements.txt index 23d1938..52d74fd 100644 --- a/app/server/requirements.txt +++ b/app/server/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 sqlalchemy==2.0.23 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.12 alembic==1.12.1 pydantic==2.5.0 python-dotenv==1.0.0