From a7ce43aec55f7b1aaa1a5dd1d5e6e6a5f958b1d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:35:18 +0000 Subject: [PATCH] Update dependency uwsgi to v2.0.29 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35f0f3e..3de482d 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.29 ; python_version >= "3.10" and python_version < "4.0"