From c4324c7a029ad13db3bcfbdb2e69fecf18acec98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:15:04 +0000 Subject: [PATCH] Bump alembic from 1.14.1 to 1.18.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a8604c..5d43e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.135.1 uvicorn[standard]==0.34.0 sqlalchemy==2.0.36 -alembic==1.14.1 +alembic==1.18.4 aiosqlite==0.20.0 celery==5.4.0 redis==5.2.1