From 8864694926a98ac32bcec5db6d044838414d8feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:52:51 +0000 Subject: [PATCH] build(deps): Bump sqlalchemy from 2.0.48 to 2.0.49 in /backend Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.48 to 2.0.49. - [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 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 8aaab2a..e3f79a8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ pytest==9.0.2 pytest-flask==1.3.0 python-dotenv==1.2.2 pytokens==0.4.1 -SQLAlchemy==2.0.48 +SQLAlchemy==2.0.49 tomli==2.4.0 typing_extensions==4.15.0 Werkzeug==3.1.6