From 4b5bad1f1308b40719b93b8411ef0909438fc461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 22:24:24 +0000 Subject: [PATCH] chore(deps): update dependency alembic to v1.10.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7de798..28a3131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies=[ [project.optional-dependencies] web=[ - "alembic ==1.9.4", + "alembic ==1.10.4", "fastapi ==0.92.0", "uvicorn[standard] ==0.20.0", "gunicorn ==20.1.0"