From 9a33b6e375375c248b9b7ca990d96db2f31a744c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:50:23 +0000 Subject: [PATCH] deps(python)(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.10...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f7ff7d..052124b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ gunicorn>=23.0.0,<24.0.0 requests>=2.32.0,<3.0.0 # === POSTGRESQL DATABASE === -psycopg2-binary>=2.9.10,<3.0.0 +psycopg2-binary>=2.9.12,<3.0.0 sqlalchemy>=2.0.36,<3.0.0 alembic>=1.14.0,<2.0.0 # Migrations de base de données