From 808deb82e23f71d14e750faddcd3644b4def4794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:19 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump whitenoise from 6.8.2 to 6.9.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.8.2 to 6.9.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.2...6.9.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..0b62f4f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ django-cleanup==9.0.0 # Automatically delete files piexif==1.1.3 # For image EXIF metadata handling django-filter==24.3 django-htmx==1.21.0 -whitenoise==6.8.2 # Static file serving +whitenoise==6.9.0 # Static file serving pycountry==24.6.1 # Development