From 68b1cf2139d8705f73d08ba6f3961835319727ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:53:53 +0000 Subject: [PATCH] Bump whitenoise from 6.5.0 to 6.6.0 in /api_server Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.6.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 c6bb433..ccba2e0 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -5,6 +5,6 @@ tzdata==2023.3 djangorestframework-simplejwt==5.3.0 gunicorn==21.2.0 django-health-check==3.17.0 -whitenoise==6.5.0 +whitenoise==6.6.0 drf-spectacular==0.26.5 django-nose==1.4.7