From d3824bb9e6c5195f0e44c09840800d47cac92678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:05:21 +0000 Subject: [PATCH] Bump whitenoise from 5.1.0 to 6.12.0 in /django/django-blog Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.1.0 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.1.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] --- django/django-blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/django-blog/requirements.txt b/django/django-blog/requirements.txt index 62af3a0..a1505cc 100644 --- a/django/django-blog/requirements.txt +++ b/django/django-blog/requirements.txt @@ -1,3 +1,3 @@ Django==3.0.4 gunicorn==25.2.0 -whitenoise==5.1.0 \ No newline at end of file +whitenoise==6.12.0 \ No newline at end of file