From 6505c110b0983b0c4e22f2016928187d25a88d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:46:46 +0000 Subject: [PATCH] Update whitenoise[brotli] requirement from >=6.11.0 to >=6.12.0 Updates the requirements on [whitenoise[brotli]](https://github.com/evansd/whitenoise) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7a0c13..f8d844b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "django>=6.0", "django-environ>=0.13.0", "django-rich>=2.2.0", - "whitenoise[brotli]>=6.11.0", + "whitenoise[brotli]>=6.12.0", ] [project.scripts]