Update uvicorn from 0.20.0 to 0.21.0

This commit is contained in:
pyup-bot 2023-03-09 16:20:59 -08:00
parent 522d5219f6
commit d24c030435

View File

@ -24,7 +24,7 @@ flower==1.2.0 # https://github.com/mher/flower
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{%- if cookiecutter.use_async == 'y' %} {%- if cookiecutter.use_async == 'y' %}
uvicorn[standard]==0.20.0 # https://github.com/encode/uvicorn uvicorn[standard]==0.21.0 # https://github.com/encode/uvicorn
{%- endif %} {%- endif %}
# Django # Django