mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04:01 +03:00
Merge pull request #2707 from pydanny/pyup-update-uvicorn-0.11.6-to-0.11.7
Update uvicorn to 0.11.7
This commit is contained in:
commit
b148740a21
|
@ -24,7 +24,7 @@ flower==0.9.5 # https://github.com/mher/flower
|
|||
{%- endif %}
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' %}
|
||||
uvicorn==0.11.6 # https://github.com/encode/uvicorn
|
||||
uvicorn==0.11.7 # https://github.com/encode/uvicorn
|
||||
{%- endif %}
|
||||
|
||||
# Django
|
||||
|
|
Loading…
Reference in New Issue
Block a user