From 2005ded6ee89bc054b4308c9996b382c7cfbb79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 11:33:45 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.19.1 to 1.20.0 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.19.1 to 1.20.0. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5b0dcaf..ded482d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.141.1 uvicorn[standard]==0.52.4 sqlalchemy==2.0.52 psycopg[binary]==3.3.5 -alembic==1.19.1 +alembic==1.20.0 pydantic==2.13.5 pydantic-settings==2.15.0 PyJWT==2.13.0