From f83feec0b7996c0e1d5e54d7312d4029796f0932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:07:27 +0000 Subject: [PATCH] Bump whitenoise from 6.5.0 to 6.7.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.5.0 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e48dfe5f..c05c1f5a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ celery==5.4.0 django-celery-results==2.5.1 django-celery-beat==2.6.0 -whitenoise==6.5.0 +whitenoise==6.7.0 django-filter==24.2 django-extensions==3.2.3