From 0af0dbd3952e997eff511dc97d3ed4dbc6ca4b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:56:05 +0000 Subject: [PATCH] deps(deps): bump alembic from 1.18.5 to 1.19.0 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.18.5 to 1.19.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.19.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 4348a9e..aa482b1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.139.2 uvicorn[standard]==0.51.0 sqlalchemy[asyncio]==2.0.51 asyncpg==0.31.0 -alembic==1.18.5 +alembic==1.19.0 pydantic==2.13.4 pydantic-settings==2.14.2 PyJWT==2.13.0