From 0368915bd74a850a62f3848d77879cfdfd930d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:34:36 +0000 Subject: [PATCH] chore(deps): update sqlalchemy requirement in /backend 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.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0673e6c..6b27bf1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]>=0.32.0 python-multipart>=0.0.18 # Database -sqlalchemy>=2.0.36 +sqlalchemy>=2.0.49 alembic>=1.14.0 aiosqlite>=0.20.0 asyncpg>=0.30.0 # PostgreSQL async driver