From cc53bbab200bc251d6a7770fcfd270964dd0481f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:04:33 +0000 Subject: [PATCH] Bump whitenoise from 5.3.0 to 6.12.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.3.0 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.3.0...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/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a6854fa..ebd173a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Python -whitenoise==5.3.0 # https://pypi.org/project/whitenoise/ +whitenoise==6.12.0 # https://pypi.org/project/whitenoise/ pre-commit==2.15.0 # https://pre-commit.com/ requests==2.28.0 # https://pypi.org/project/requests/