From 432185b016315230cac212149920cf27e1ca5262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:39:56 +0000 Subject: [PATCH] Update dependency gunicorn to v22 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03622555..a95692f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==3.0.8 mysqlclient==2.0.1 python-dotenv==0.14.0 -gunicorn==20.0.4 +gunicorn==22.0.0 requests==2.24.0 psycopg2==2.8.5 jsonschema==3.2.0