From 12525925bf5c7aa21185de118907fd3c9eafe214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 22:14:17 +0200 Subject: [PATCH] chore(deps): update dependency uvicorn to v0.22.0 (#39) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ffed36..f7307b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies=[ web=[ "alembic ==1.11.1", "fastapi ==0.98.0", - "uvicorn[standard] ==0.20.0", + "uvicorn[standard] ==0.22.0", "gunicorn ==20.1.0" ]