From f342d9ef40b18f021041ed4058522c64e548c301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:19:57 +0000 Subject: [PATCH] chore(deps): update psycopg2 requirement in /config Updates the requirements on [psycopg2](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.11...2.9.12) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 68cb5f7f..3c930d4c 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,5 +1,5 @@ alembic>=1.18.4 dotenv>=0.9.9 -psycopg2>=2.9.11 +psycopg2>=2.9.12 sqlalchemy>=2.0.48 sqlalchemy-utils>=0.42.1