From 9c4a0b8dc5d3bc3d8f0f1633006576732835e279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:23:23 +0000 Subject: [PATCH] build(deps): bump whitenoise from 6.7.0 to 6.8.1 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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ab77d0e68..261fb7744 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -65,7 +65,7 @@ squareup>=9.0.0.20210226 #=== Logging ===# sentry-sdk==2.17.0 -whitenoise==6.7.0 # https://github.com/evansd/whitenoise +whitenoise==6.8.1 # https://github.com/evansd/whitenoise #=== Email ===# django-anymail[amazon_ses]==11.0.1 # https://github.com/anymail/django-anymail