From 87d6c8aab49d85d2b59297629310f7ad07595e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:26:31 +0000 Subject: [PATCH] Bump whitenoise from 6.7.0 to 6.8.1 (#686) Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.7.0 to 6.8.1. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.8.1) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 6cb100bc..26d40126 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -10,5 +10,5 @@ gunicorn==23.0.0 # https://github.com/benoitc/gunicorn # django-storages[boto3]==1.7.1 # https://github.com/jschneier/django-storages # django-anymail[mailgun]==5.0 # https://github.com/anymail/django-anymail -whitenoise==6.7.0 # https://github.com/evansd/whitenoise +whitenoise==6.8.1 # https://github.com/evansd/whitenoise # django-cachalot==2.5.3