From d00a65bd60501f08f08203368ad6123ea0f2ddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 04:04:32 +0000 Subject: [PATCH] build(deps): bump alembic from 1.13.2 to 1.18.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bd3383..57d65f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.30.6 sqlalchemy==2.0.32 psycopg2-binary==2.9.9 -alembic==1.13.2 +alembic==1.18.4 redis==5.0.8