From dcdb007f41b9f428ff7f399db769629e40a15d70 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 27 Sep 2024 18:39:19 -0300 Subject: [PATCH] Update uvicorn from 0.16 to 0.31.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 732becf..b2e8664 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ pytz==2023.3.post1 # https://github.com/stub42/pytz python-slugify==4.0.1 # https://github.com/un33k/python-slugify Pillow==8.4 # https://github.com/python-pillow/Pillow argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi -uvicorn==0.16 # https://github.com/encode/uvicorn +uvicorn==0.31.0 # https://github.com/encode/uvicorn mysqlclient==2.1.1 # https://pypi.org/project/mysqlclient/ openpyxl==3.1.2 # https://openpyxl.readthedocs.io/en/stable/