From 59bfe831c469ba6e4650e341aae4d62a7c91e01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 06:15:29 +0000 Subject: [PATCH] Bump whitenoise from 6.11.0 to 6.12.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.11.0 to 6.12.0. - [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 dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_azure.txt | 2 +- requirements_docker.txt | 2 +- requirements_test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 515ca57..33a8c96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ djangorestframework==3.16.1 django-auth-adfs==1.16.0 setuptools==82.0.0 azure-storage-blob==12.28.0 -whitenoise==6.11.0 +whitenoise==6.12.0 pyobjc==12.1 urllib3>=2.2.0,<3.0.0 Pillow==12.1.1 diff --git a/requirements_azure.txt b/requirements_azure.txt index 371cc52..2a16da3 100644 --- a/requirements_azure.txt +++ b/requirements_azure.txt @@ -7,5 +7,5 @@ djangorestframework==3.16.1 django-auth-adfs==1.16.0 setuptools==82.0.0 azure-storage-blob==12.28.0 -whitenoise==6.11.0 +whitenoise==6.12.0 Pillow==12.1.1 diff --git a/requirements_docker.txt b/requirements_docker.txt index 44d2f2c..545c67e 100644 --- a/requirements_docker.txt +++ b/requirements_docker.txt @@ -10,5 +10,5 @@ setuptools==82.0.0 python-ldap==3.4.5 django-auth-ldap==5.3.0 azure-storage-blob==12.28.0 -whitenoise==6.11.0 +whitenoise==6.12.0 Pillow==12.1.1 diff --git a/requirements_test.txt b/requirements_test.txt index a470596..b17795c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,7 +7,7 @@ djangorestframework==3.16.1 django-auth-adfs==1.16.0 setuptools==82.0.0 azure-storage-blob==12.28.0 -whitenoise==6.11.0 +whitenoise==6.12.0 urllib3>=2.2.0,<3.0.0 Pillow==12.1.1 python-magic==0.4.27