From 740b8e086fed4c8291d7700b18a00768e5f5dbae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:41:07 +0000 Subject: [PATCH] Bump whitenoise from 4.1.4 to 6.10.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.4 to 6.10.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v4.1.4...6.10.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.10.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..eda01e70a 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.10.0 urllib3 six