From d907a99262e1525fa8f7135600cc337eff2e9207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:36:54 +0000 Subject: [PATCH] Update alembic requirement from >=1.13.0 to >=1.18.4 Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 795c7c7c..5736d86d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-dateutil>=2.8.2 tabulate>=0.9.0 flask-limiter>=4.1.1 Flask-Migrate>=4.0.0 -alembic>=1.13.0 +alembic>=1.18.4 asyncpg>=0.29.0 hvac>=2.1.0 redis[async]>=5.0.0