From 468140dd4259c9875bebd5e5e6b7f2dec04b6c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:49:55 +0000 Subject: [PATCH] chore(deps): bump whitenoise from 6.6.0 to 6.9.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.6.0 to 6.9.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.6.0...6.9.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prod-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod-requirements.txt b/prod-requirements.txt index 72bf30dcd..841595d4f 100644 --- a/prod-requirements.txt +++ b/prod-requirements.txt @@ -3,6 +3,6 @@ gunicorn==23.0.0 raven==6.10.0 # Heroku -Whitenoise==6.6.0 # 6.4.0 is first version that supports Django 4.2 +Whitenoise==6.9.0 # 6.4.0 is first version that supports Django 4.2 django-storages==1.14.4 # 1.14.4 is first version that supports Django 4.2 boto3==1.26.165