From d9ab09c5b395d9f87abd7b12c8875f29d2c139f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:50:31 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.10 to 2.9.11 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.11) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index af0d10ef4..bac857f30 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "uvicorn>=0.34.0", "fastapi>=0.115.12", "aiohttp>=3.8.0", - "psycopg2-binary==2.9.10", + "psycopg2-binary==2.9.11", "PyJWT>=2.8.0", "sqlalchemy~=2.0.37", "supabase>=2.18.1",