From 4da11b8b5abaa1367ca672f6c0dc7ffedeead08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:09:37 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0.post1 to 24.1.1 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0.post1 to 24.1.1. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/commits/24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1543380..2a1dc88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -gunicorn==22.0.0.post1 \ No newline at end of file +gunicorn==24.1.1 \ No newline at end of file