From a26eeb1425db694524eabea959ffb5567509da7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:36:47 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.19.1 to 1.19.2 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.19.1 to 1.19.2. - [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.19.2 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 703460c..f5db679 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.141.1 uvicorn[standard]==0.30.6 sqlalchemy==2.0.52 psycopg[binary]==3.3.5 -alembic==1.19.1 +alembic==1.19.2 pydantic-settings==2.5.2 python-jose[cryptography]==3.5.0 passlib[argon2]==1.7.4