From 38627995d74894ca03545dc3706f1b774e2d6429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:02:53 +0000 Subject: [PATCH] Update dependency uwsgi to v2.0.26 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35f0f3e..7fd4a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.11" tzdata==2023.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" -uwsgi==2.0.23 ; python_version >= "3.10" and python_version < "4.0" +uwsgi==2.0.26 ; python_version >= "3.10" and python_version < "4.0"