Merge pull request #2574 from pydanny/pyup-update-uvicorn-0.11.3-to-0.11.5

Update uvicorn to 0.11.5
This commit is contained in:
Fábio C. Barrionuevo da Luz 2020-04-29 09:59:54 -03:00 committed by GitHub
commit e60084fee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ flower==0.9.4 # https://github.com/mher/flower
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{%- if cookiecutter.use_async == 'y' %} {%- 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 gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
{%- endif %} {%- endif %}