From b3f11b46575e567c2346afcd700120f6e16889c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:34:56 +0000 Subject: [PATCH] deps(server)(deps): bump sqlalchemy from 2.0.23 to 2.0.50 in /app/server Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.23 to 2.0.50. - [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.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/requirements.txt b/app/server/requirements.txt index 23d1938..fa6bb9e 100644 --- a/app/server/requirements.txt +++ b/app/server/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 -sqlalchemy==2.0.23 +sqlalchemy==2.0.50 psycopg2-binary==2.9.9 alembic==1.12.1 pydantic==2.5.0