From e5a2fc7fce06fd7f834b5c569171a09ba2dddd43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:40:31 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.47 to 2.0.48 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.47 to 2.0.48. - [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: sqlalchemy dependency-version: 2.0.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3772e17b68..25db692a42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ cryptography==46.0.5 python-dateutil==2.9.0.post0 redis==7.2.0 requests==2.32.5 -sqlalchemy==2.0.47 # Required by Celery broker transport +sqlalchemy==2.0.48 # Required by Celery broker transport urllib3==2.6.3 uWSGI==2.0.31 vobject==0.9.9