Skip to content

Commit a8adfe4

Browse files
fix(deps): update dependency uvicorn to ^0.40.0
1 parent b8cfd2e commit a8adfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_repository}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ django-mail-templated = "^2.6"
7979
# -------------------------------------
8080
gunicorn = "~20.1.0"
8181
{%- if cookiecutter.add_asgi.lower() == "y" %}
82-
uvicorn = "^0.21.0"
82+
uvicorn = "^0.40.0"
8383
{%- endif %}
8484
django-storages = "^1.13"
8585
boto3 = "~1.26.47"

0 commit comments

Comments
 (0)