From 97d7441bbd48aae22e9fa2fc3c4b1011e5599948 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Oct 2021 07:32:43 +0000 Subject: [PATCH] Update dependency uwsgi to v2.0.20 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a330b9..f5dd8ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ retrying==1.3.3; python_version >= "2.7" and python_full_version < "3.0.0" or py six==1.15.0; python_full_version >= "3.6.1" sortedcontainers==2.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" tenacity==6.2.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" -uwsgi==2.0.19.1 +uwsgi==2.0.20 webassets==2.0 werkzeug==1.0.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"