From 85d0d6b383b95ca1bf0c83368f5206193236b5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:26:18 +0000 Subject: [PATCH] build(deps): Bump sqlalchemy[asyncio] from 2.0.36 to 2.0.44 Bumps [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.44. - [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.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ca9af1..42073e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ pydantic-settings==2.10.1 pydantic[email]==2.11.7 pyjwt==2.10.1 python-multipart==0.0.20 -sqlalchemy[asyncio]==2.0.36 +sqlalchemy[asyncio]==2.0.44 uvicorn[standard]==0.34.3