From fdea386af519c526390bb9a9221cff27ff8c4909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:40:02 +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 d2393ba..572ab88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ decorest==0.1.0 requests>=2.28.3 requests-toolbelt==0.10.1 gitpython>=3.1.30 -gunicorn==20.1.0 +gunicorn==22.0.0 jinja2==3.1.2 typing-extensions>=4.4.0 contextvars>=2.4