From e96017778d2ba1f1f1056d052c50d3117c250286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:17:16 +0000 Subject: [PATCH] Bump gunicorn from 25.0.3 to 26.0.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.3 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.3...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.in b/requirements/common.in index ddf6a0e1223..1d753b5c5b1 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -1,5 +1,5 @@ # Packages that are shared between deployment and dev environments. -gunicorn==25.0.3 +gunicorn==26.0.0 whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files. Django==5.2.12 celery==5.6.2 # celery needed for data ingestion