From ca74854e21485a44da96c9c71ddfd9478dddcd4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:12:07 +0000 Subject: [PATCH] Bump alembic from 1.17.2 to 1.18.4 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.17.2 to 1.18.4. - [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.18.4 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 5440456..d45c430 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # Core application dependencies aiosqlite==0.22.0 -alembic==1.17.2 +alembic==1.18.4 argon2-cffi==25.1.0 asyncpg==0.31.0 authlib>=1.6.9