From 3a905148a0ddeade3e89ca9e70c0d67cef08af05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:04:55 +0200 Subject: [PATCH] chore(deps): update dependency alembic to v1.11.2 (#47) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e15d402..c026bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies=[ [project.optional-dependencies] web=[ - "alembic ==1.11.1", + "alembic ==1.11.2", "fastapi ==0.100.1", "uvicorn[standard] ==0.23.2", "gunicorn ==21.2.0"