From 6bc431d224a523c86a84f12262c13331bc254b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:24:19 +0000 Subject: [PATCH] Update gunicorn requirement from <26,>=25 to >=25,<27 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/25.0.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 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 613c33924..360051e44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=6.0,<6.1 -gunicorn>=25,<26 +gunicorn>=25,<27 dj-database-url>=3,<4 whitenoise>=6,<7