We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9b5c0 commit 6c5ac37Copy full SHA for 6c5ac37
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -23,7 +23,7 @@ flower==2.0.1 # https://github.com/mher/flower
23
{%- endif %}
24
25
{%- if cookiecutter.use_async == 'y' %}
26
-uvicorn[standard]==0.27.1 # https://github.com/encode/uvicorn
+uvicorn[standard]==0.28.0 # https://github.com/encode/uvicorn
27
28
29
# Django
0 commit comments