From 1ae3525acc067962460002b8608519cb6aadb42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:14:35 +0000 Subject: [PATCH] Update gunicorn requirement from <24,>=23 to >=23,<25 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7194eee9a..408c21166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=6.0,<6.1 -gunicorn>=23,<24 +gunicorn>=23,<25 dj-database-url>=3,<4 whitenoise>=6,<7