From 86f6249a15f465c1afc4562a9d94cd9b3a4d9386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:03:13 +0000 Subject: [PATCH] chore(deps): update psycopg2-binary requirement 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] --- requirements/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/databases.txt b/requirements/databases.txt index 93b32bb9b..757bb3f36 100644 --- a/requirements/databases.txt +++ b/requirements/databases.txt @@ -1,5 +1,5 @@ # Database drivers for CI testing # PostgreSQL drivers -psycopg2-binary>=2.9,<3 +psycopg2-binary>=2.9.12,<3 asyncpg>=0.31.0,<1