From f845cfad36419d7fc0284d4f74183d76e88a36be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:20:26 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.14.0 to 1.18.5 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.0 to 1.18.5. - [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.5 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 704ebac..a8108d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "redis==5.2.1", "sqlalchemy==2.0.36", "psycopg2-binary>=2.9.10", - "alembic==1.14.0", + "alembic==1.18.5", "pydantic-settings==2.7.0", "celery==5.4.0", "httpx==0.28.1",