Skip to content

Commit 7801db9

Browse files
authored
Update uvicorn to 0.43.0 (#6487)
Update uvicorn from 0.42.0 to 0.43.0
1 parent 605b40a commit 7801db9

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
@@ -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.42.0 # https://github.com/Kludex/uvicorn
26+
uvicorn[standard]==0.43.0 # https://github.com/Kludex/uvicorn
2727
uvicorn-worker==0.4.0 # https://github.com/Kludex/uvicorn-worker
2828
{%- endif %}
2929

0 commit comments

Comments
 (0)