Skip to content

Commit

Permalink
Update uvicorn to 0.32.0 (#5471)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Oct 17, 2024
1 parent dc4d102 commit ae86e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flower==2.0.1 # https://github.com/mher/flower
{%- endif %}
{%- endif %}
{%- if cookiecutter.use_async == 'y' %}
uvicorn[standard]==0.31.0 # https://github.com/encode/uvicorn
uvicorn[standard]==0.32.0 # https://github.com/encode/uvicorn
uvicorn-worker==0.2.0 # https://github.com/Kludex/uvicorn-worker
{%- endif %}

Expand Down

0 comments on commit ae86e01

Please sign in to comment.