From 3839f990b3bd686a2bf19c1f3ec0dfe4ab8fc46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:52:59 +0000 Subject: [PATCH] Bump whitenoise from 6.7.0 to 6.8.2 in /backend 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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4378c3069d..e8aa31cdb7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "requests==2.32.3", "urllib3==2.2.2", "aniso8601==9.0.1", - "whitenoise==6.7.0", + "whitenoise==6.8.2", "django-ordered-model==3.5", "uWSGI==2.0.26", "django-storages==1.14.4",