Update uvicorn from 0.11.3 to 0.11.5

This commit is contained in:
browniebroke 2020-04-29 12:00:30 +01:00
parent 3694f3dcaa
commit 47e82bd084

View File

@ -17,7 +17,7 @@ flower==0.9.4 # https://github.com/mher/flower
{%- endif %}
{%- endif %}
{%- if cookiecutter.use_async == 'y' %}
uvicorn==0.11.3 # https://github.com/encode/uvicorn
uvicorn==0.11.5 # https://github.com/encode/uvicorn
gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
{%- endif %}