From 93172be648dd9eba90b9ffe2640b5b25dbb4f1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:59:27 +0000 Subject: [PATCH] build(deps): Bump alembic from 1.16.5 to 1.18.3 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.5 to 1.18.3. - [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.3 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 b688b49..3c5c9cb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -alembic==1.16.5 +alembic==1.18.3 black==26.1.0 blinker==1.9.0 click==8.3.1