From c3f63c2044b778fb4d883a0f4847443058f54c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:08:56 +0000 Subject: [PATCH] chore: bump alembic from 1.12.1 to 1.18.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 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 e720899..2d2f35c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ python-multipart==0.0.22 # Database sqlalchemy==2.0.23 -alembic==1.12.1 +alembic==1.18.4 psycopg2-binary==2.9.11 asyncpg==0.29.0 aiosqlite==0.19.0