From 7e0282c05b82ecdd926523f532ae5b34eecb15ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 09:44:50 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.49 to 2.0.50 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.50. - [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.50 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 e9e80bbe305..f230664b610 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ cryptography==46.0.7 python-dateutil==2.9.0.post0 redis==7.4.0 requests==2.34.2 -sqlalchemy==2.0.49 # Required by Celery broker transport +sqlalchemy==2.0.50 # Required by Celery broker transport urllib3==2.7.0 uWSGI==2.0.31 vobject==0.9.9