Skip to content

Commit 6c5ac37

Browse files
authored
Update uvicorn from 0.27.1 to 0.28.0 (#4913)
1 parent cd9b5c0 commit 6c5ac37

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ flower==2.0.1 # https://github.com/mher/flower
2323
{%- endif %}
2424
{%- endif %}
2525
{%- if cookiecutter.use_async == 'y' %}
26-
uvicorn[standard]==0.27.1 # https://github.com/encode/uvicorn
26+
uvicorn[standard]==0.28.0 # https://github.com/encode/uvicorn
2727
{%- endif %}
2828

2929
# Django

0 commit comments

Comments
 (0)