From cb2299ddbc1fe8e7cc72cfec0b25bd91223991b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:27:52 +0000 Subject: [PATCH] chore(deps): bump the python-deps group in /config with 2 updates Updates the requirements on [psycopg2](https://github.com/psycopg/psycopg2) and [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. Updates `psycopg2` to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) Updates `sqlalchemy` to 2.0.49 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.12 dependency-type: direct:production dependency-group: python-deps - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 68cb5f7f..9e95966f 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 -sqlalchemy>=2.0.48 +psycopg2>=2.9.12 +sqlalchemy>=2.0.49 sqlalchemy-utils>=0.42.1