From 0b76c8b4599803994da9d93feac72f9f600cd079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 09:32:44 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.11 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3261f0..069081e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ sqlmodel==0.0.21 SQLAlchemy==2.0.46 pydantic==2.8.2 pydantic-settings==2.12.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11 asyncpg==0.29.0 requests==2.32.3 PyYAML==6.0.3