From 9cc8b73cacdd3461eb89932a1c527319862c3c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:42:10 +0000 Subject: [PATCH] chore: update alembic requirement from >=1.19.0 to >=1.19.2 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.19.1 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 7d5be9d..700bdac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "python-frontmatter>=1.0.0", "prometheus-client>=0.26.0", "aiosqlite>=0.22.1", - "alembic>=1.19.0", + "alembic>=1.19.2", "starlette>=1.3.1", "uvicorn>=0.52.1", "numpy>=2.2.6",