From 074cb9662e34a26220f2cc49300e69aec5555533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:03:01 +0000 Subject: [PATCH] Bump whitenoise from 4.1.4 to 6.12.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.4 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v4.1.4...6.12.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8efcd0d1..8232eb6c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,6 +46,6 @@ cairocffi git+https://github.com/graphite-project/whisper.git#egg=whisper # Ceres is optional # git+https://github.com/graphite-project/ceres.git#egg=ceres -whitenoise==4.1.4 +whitenoise==6.12.0 urllib3 six