Merge pull request #2906 from pydanny/pyup-update-uvicorn-0.12.1-to-0.12.2

Update uvicorn to 0.12.2
This commit is contained in:
Bruno Alla 2020-11-03 23:30:37 +00:00 committed by GitHub
commit 0c35c6152c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ flower==0.9.5 # https://github.com/mher/flower
{%- endif %}
{%- endif %}
{%- if cookiecutter.use_async == 'y' %}
uvicorn==0.12.1 # https://github.com/encode/uvicorn
uvicorn==0.12.2 # https://github.com/encode/uvicorn
wsproto==0.15.0 # https://github.com/python-hyper/wsproto/
{%- endif %}