From 8dc214dba87524c87eebdf3dd4a6c6083e519b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:41:43 +0000 Subject: [PATCH] chore(deps): update alembic requirement from >=1.14.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a9037a..251eeb7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "sqlmodel>=0.0.22", "sqlalchemy[asyncio]>=2.0.0", "psycopg[binary]>=3.2.0", - "alembic>=1.14.0", + "alembic>=1.18.4", "sqladmin>=0.20.0", "pydantic-settings>=2.6.0", "meilisearch>=0.33.0",