From 93debff5ab5c6004f99f699af55827f5ede44671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:55:37 +0000 Subject: [PATCH] deps: Update alembic requirement from >=1.13.0 to >=1.16.5 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.16.5 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 d8b00c0a..b7e50a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "databases[postgresql]>=0.8.0", "psycopg2-binary>=2.9.0", "sqlalchemy>=2.0.0", - "alembic>=1.13.0", + "alembic>=1.16.5", "python-slugify>=8.0.0", "python-dateutil>=2.8.0", # Required for partition management "aiofiles>=23.0.0",