From 52cf1f924ca0e8e7750bcc739145a3f03dc17e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 16:07:39 +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 80fc82d..9ea66eb 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", ]