Update uvicorn from 0.12.1 to 0.12.2

This commit is contained in:
pyup-bot 2020-10-19 09:13:14 -07:00
parent c0bb6c4388
commit 81c9a4a76a

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 %}