From 699b62a4431d160663637fedf58b6aca3e80b803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:08:12 +0000 Subject: [PATCH] Bump whitenoise[brotli] from 6.11.0 to 6.12.0 Bumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.11.0 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.11.0...6.12.0) --- updated-dependencies: - dependency-name: whitenoise[brotli] dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b3f7c5ffae2..df199ef89bf 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -1,6 +1,6 @@ # Packages that are shared between deployment and dev environments. gunicorn==25.0.3 -whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files. +whitenoise[brotli]==6.12.0 # Used by Whitenoise to provide Brotli-compressed versions of static files. Django==5.1.15 celery==5.6.2 # celery needed for data ingestion cached-property==2.0.1 # needed for kombu with --require-hashes diff --git a/requirements/common.txt b/requirements/common.txt index 36abe757fdc..a6ea46cf0bd 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -2547,9 +2547,9 @@ wcwidth==0.2.13 \ # blessed # prettytable # prompt-toolkit -whitenoise[brotli]==6.11.0 \ - --hash=sha256:0f5bfce6061ae6611cd9396a8231e088722e4fc67bc13a111be74c738d99375f \ - --hash=sha256:b2aeb45950597236f53b5342b3121c5de69c8da0109362aee506ce88e022d258 +whitenoise[brotli]==6.12.0 \ + --hash=sha256:f723ebb76a112e98816ff80fcea0a6c9b8ecde835f8ddda25df7a30a3c2db6ad \ + --hash=sha256:fc5e8c572e33ebf24795b47b6a7da8da3c00cff2349f5b04c02f28d0cc5a3cc2 # via -r requirements/common.in yarl==1.20.1 \ --hash=sha256:03aa1e041727cb438ca762628109ef1333498b122e4c76dd858d186a37cec845 \