From 4b7a78cf1c56e9463973964e0b75435aa25c5650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:19:57 +0000 Subject: [PATCH] chore: bump sqlalchemy from 2.0.23 to 2.0.48 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.23 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 65f0f0a..0c6b70c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.24.0 python-multipart==0.0.22 # Database -sqlalchemy==2.0.23 +sqlalchemy==2.0.48 alembic==1.18.4 psycopg2-binary==2.9.11 asyncpg==0.29.0