From 17316cb1609b1c9e22c602f332deaeea205bbe1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:47:39 +0000 Subject: [PATCH] Bump sqlalchemy[asyncio] from 2.0.35 to 2.0.46 in /backend Bumps [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 to 2.0.46. - [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.46 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 39fd186..2528c30 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.128.7 uvicorn[standard]==0.40.0 pydantic[email]==2.12.5 pydantic-settings==2.12.0 -SQLAlchemy[asyncio]==2.0.35 +SQLAlchemy[asyncio]==2.0.46 asyncpg==0.31.0 python-multipart==0.0.22 orjson==3.11.7