From 80251d224a7d514c4a242968f0a187372d84f8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:44:46 +0000 Subject: [PATCH] build(deps): bump alembic from 1.19.1 to 1.19.2 in /backend 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 7a88e6e..4bc3a29 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.141.1 uvicorn[standard]==0.52.4 pydantic-settings==2.15.0 sqlmodel==0.0.42 -alembic==1.19.1 +alembic==1.19.2 psycopg[binary]==3.3.4 bcrypt==5.0.0 python-jose[cryptography]==3.5.0