From eb59c1d5db0e32c03284bc99c43c18c8c0bd9226 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 14 Jan 2022 08:16:58 -0500 Subject: [PATCH] Update uvicorn to 0.17.0 (#3534) --- {{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 edb5a85a8..7e4bcf545 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.16.0 # https://github.com/encode/uvicorn +uvicorn[standard]==0.17.0 # https://github.com/encode/uvicorn {%- endif %} # Django