From 451e0d81ee67fc3cf90e6887eefa3f67af5179a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:26:13 +0000 Subject: [PATCH] chore(deps): update psycopg2-binary requirement from >=2.9.0 to >=2.9.12 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..dc26546d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "sqlalchemy>=2.0.0", "alembic>=1.13.0", "asyncpg>=0.29.0", - "psycopg2-binary>=2.9.0", + "psycopg2-binary>=2.9.12", # Redis (optional) "redis>=5.0.0",