From 49dc5f7fbe8a714f61482094a9587437cf333b7e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 7 Feb 2025 04:25:00 +0000
Subject: [PATCH] Bump whitenoise from 6.7.0 to 6.9.0 in /backend

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.7.0 to 6.9.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.9.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 backend/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index b587791fdd..13c4517e84 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.9.0",
     "django-ordered-model==3.5",
     "uWSGI==2.0.26",
     "django-storages==1.14.4",