diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..c19ec01c 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -79,7 +79,7 @@ django-mail-templated = "^2.6" # ------------------------------------- gunicorn = "~20.1.0" {%- if cookiecutter.add_asgi.lower() == "y" %} -uvicorn = "^0.21.0" +uvicorn = "^0.41.0" {%- endif %} django-storages = "^1.13" boto3 = "~1.26.47"