From acd328071cc5204b27c3a9cb44d38380ed923f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:45:56 +0000 Subject: [PATCH] Bump whitenoise from 6.7.0 to 6.9.0 in /api_server 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] --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index 182f6ea..f795ed7 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -5,7 +5,7 @@ tzdata==2024.1 djangorestframework-simplejwt==5.3.1 gunicorn==23.0.0 django-health-check==3.18.3 -whitenoise==6.7.0 +whitenoise==6.9.0 drf-spectacular==0.28.0 django-nose==1.4.7 pynose==1.5.3