From 5dc3079b54c5641d8c887f6c899b806a3db5a91b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 24 Dec 2021 05:41:06 -0500 Subject: [PATCH] Update uvicorn to 0.16.0 (#3454) Co-authored-by: Bruno Alla --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index fc0adfdf..083e88d4 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -24,7 +24,7 @@ flower==1.0.0 # https://github.com/mher/flower {%- endif %} {%- endif %} {%- if cookiecutter.use_async == 'y' %} -uvicorn[standard]==0.15.0 # https://github.com/encode/uvicorn +uvicorn[standard]==0.16.0 # https://github.com/encode/uvicorn {%- endif %} # Django