From b625ccc10e220a27900303885a781faa72c9be30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:22:59 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.18.5 to 1.19.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.18.5 to 1.19.1. - [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.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3fae85..a3b2a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "SQLAlchemy==2.0.51", "aiosqlite==0.22.1", "aiocache==0.12.3", - "alembic==1.18.5", + "alembic==1.19.1", "asyncpg==0.31.0", "gunicorn>=25.3.0", ]