From 2f9a64188bc3a082d6df2c83bb7ac7c049f9fb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:10:36 +0000 Subject: [PATCH] deps(python)(deps): update sqlalchemy requirement Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f0763f..1249dd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ python-multipart>=0.0.6 # Database & Cache psycopg2-binary>=2.9.6 redis>=4.6.0 -sqlalchemy>=2.0.0 +sqlalchemy>=2.0.50 alembic>=1.11.0 # Async & Task Queue