From 4cf17f97f40b509fa43f0f89d7e1297b05f8451c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:47:11 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy[asyncio] from 2.0.30 to 2.0.48 in /backend Bumps [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) from 2.0.30 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[asyncio] 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 1c7bc16e..d58c9d61 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.40.0 python-multipart==0.0.22 # Database -sqlalchemy[asyncio]==2.0.30 +sqlalchemy[asyncio]==2.0.48 asyncpg==0.29.0 alembic==1.18.3 psycopg2-binary==2.9.9