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" ]