From c3f029585cb9c41d5dd2f56aead761aba8f7ba5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:08:41 +0000 Subject: [PATCH] Bump gunicorn from 25.0.3 to 26.0.0 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 +- requirements/common.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 diff --git a/requirements/common.txt b/requirements/common.txt index 0e27613fa5a..4c882788586 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -793,9 +793,9 @@ grpcio-status==1.70.0 \ --hash=sha256:0e7b42816512433b18b9d764285ff029bde059e9d41f8fe10a60631bd8348101 \ --hash=sha256:fc5a2ae2b9b1c1969cc49f3262676e6854aa2398ec69cb5bd6c47cd501904a85 # via google-api-core -gunicorn==25.0.3 \ - --hash=sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35 \ - --hash=sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d +gunicorn==26.0.0 \ + --hash=sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc \ + --hash=sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf # via -r requirements/common.in identify==2.6.7 \ --hash=sha256:155931cb617a401807b09ecec6635d6c692d180090a1cedca8ef7d58ba5b6aa0 \