From 9b80328c2eafd30a7989376bc1da3faace292e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:37:48 +0000 Subject: [PATCH] Bump gunicorn from 19.5.0 to 22.0.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `gunicorn` from 19.5.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.5.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 504e982..aa4b0ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Werkzeug==0.11.11 argparse==1.2.1 gevent==22.10.2 greenlet==2.0.2 -gunicorn==19.5.0 +gunicorn==22.0.0 itsdangerous==0.24 msgpack==0.5.6 ujson==2.0.0 diff --git a/setup.py b/setup.py index 947114a..5d4b281 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'gevent==22.10.2', 'greenlet==2.0.2', 'itsdangerous==0.24', - 'gunicorn==19.5.0', + 'gunicorn==22.0.0', 'ujson==2.0.0' ], classifiers = [