From 7f57d92d2c689d1f75f1df6cb0a6eb622cc26e66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:28:58 +0000 Subject: [PATCH] chore(deps): update dependency web/alembic to v1.13.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d15440..3051c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies=[ [project.optional-dependencies] web=[ - "alembic ==1.11.3", + "alembic ==1.13.1", "fastapi ==0.101.1", "uvicorn[standard] ==0.23.2", "gunicorn ==21.2.0"