Skip to content

Commit 79a6589

Browse files
committed
Update uvicorn from 0.44.0 to 0.45.0
1 parent afd78d7 commit 79a6589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_slug}}/requirements

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flower==2.0.1 # https://github.com/mher/flower
1616
{%- endif %}
1717
{%- endif %}
1818
{%- if cookiecutter.use_async == 'y' %}
19-
uvicorn[standard]==0.44.0 # https://github.com/Kludex/uvicorn
19+
uvicorn[standard]==0.45.0 # https://github.com/Kludex/uvicorn
2020
uvicorn-worker==0.4.0 # https://github.com/Kludex/uvicorn-worker
2121
{%- endif %}
2222

0 commit comments

Comments
 (0)