From 43786aedb9546f44ecb7d8f857226ae2ac01c394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:28:13 +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 580ca19..4618043 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.1.2 Flask==1.1.2 -gunicorn==20.0.4 +gunicorn==22.0.0 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1