From eed9a0cc618524cc721833da4cb623136ccfb1b8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 2 Aug 2024 12:42:35 +0100 Subject: [PATCH] Update uvicorn from 0.30.4 to 0.30.5 --- {{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 c889b5dae..03cc2b835 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -23,7 +23,7 @@ flower==2.0.1 # https://github.com/mher/flower {%- endif %} {%- endif %} {%- if cookiecutter.use_async == 'y' %} -uvicorn[standard]==0.30.4 # https://github.com/encode/uvicorn +uvicorn[standard]==0.30.5 # https://github.com/encode/uvicorn uvicorn-worker==0.2.0 # https://github.com/Kludex/uvicorn-worker {%- endif %}