From 01094c8df7b4fd0e69218baa2af5ce0ebe93570c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:58:54 +0000 Subject: [PATCH] Bump whitenoise in /{{cookiecutter.project_name}}/src/requirements Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.7.0 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.8.2) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_name}}/src/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/src/requirements/base.txt b/{{cookiecutter.project_name}}/src/requirements/base.txt index 30a790c2..333635a7 100644 --- a/{{cookiecutter.project_name}}/src/requirements/base.txt +++ b/{{cookiecutter.project_name}}/src/requirements/base.txt @@ -7,4 +7,4 @@ sentry_sdk[django]==2.13.0 wagtail==6.1.3 wagtail-meta-preview==4.1.0 wagtail_headless_preview==0.8.0 -whitenoise==6.7.0 +whitenoise==6.8.2