From 1bc1d82a26b3edf6c2c9e485d6beed005f230888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:58:40 +0000 Subject: [PATCH] Bump gunicorn from 19.7.1 to 22.0.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.7.1 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.7.1...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index ecd6373..c9b875a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,7 +7,7 @@ # WSGI Handler # ------------------------------------------------ gevent==1.2.2 -gunicorn==19.7.1 +gunicorn==22.0.0 # Static and Media Storage # ------------------------------------------------