From 4867ab8aad916277a88d7203ffa3072687c5d1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:08:14 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.50 to 2.0.51 in /backend Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.50 to 2.0.51. - [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.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/src/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 60c548a..246e14d 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -13,5 +13,5 @@ pytest-cov==7.1.0 pytest-mock==3.15.1 python-jose==3.5.0 python-multipart==0.0.32 -SQLAlchemy==2.0.50 +SQLAlchemy==2.0.51 uvicorn==0.49.0 \ No newline at end of file