From a13ae8267a05492758c417b66780e5bb28f121b7 Mon Sep 17 00:00:00 2001 From: Botaniker <botaniker@221b.uk> Date: Thu, 22 May 2025 20:16:53 +0000 Subject: [PATCH] Update dependency alembic to v1.16.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f52ee7..9fc50b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] requires-python = ">=3.12" dependencies = [ - "alembic==1.16.0", + "alembic==1.16.1", "fastapi[all]==0.115.12", "pydantic==2.11.4", "sqlalchemy[asyncio]==2.0.41", -- GitLab