From cabcd331a6a51397fe9b5c8a6fa99b8224e6249a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:26:06 +0000 Subject: [PATCH] Bump whitenoise from 6.9.0 to 6.12.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.9.0 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.9.0...6.12.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c83b8e83..1a8b8e02 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ django-bootstrap-breadcrumbs==0.9.2 # Web serving gunicorn==20.1.0 -whitenoise==6.9.0 +whitenoise==6.12.0 # Database APIs psycopg2==2.9.11