From 73937e32d3c63d97cd4e91ef5651f457bbe03409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:48:03 +0100 Subject: [PATCH] chore(deps): update dependency alembic to v1.9.3 (#3) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd7915b..86d2681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies=[ [project.optional-dependencies] web=[ - "alembic ==1.9.0", + "alembic ==1.9.3", "fastapi ==0.88.0", "uvicorn[standard] ==0.20.0" ]