Skip to content

Commit

Permalink
Update uvicorn to 0.25.0 (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Jan 2, 2024
1 parent 3183062 commit 5d997da
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.24.0.post1 # https://github.com/encode/uvicorn
uvicorn[standard]==0.25.0 # https://github.com/encode/uvicorn
{%- endif %}

# Django
Expand Down

0 comments on commit 5d997da

Please sign in to comment.