From 1b687f59d877853673f06232dac2e18df8d93b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:20:46 -0500 Subject: [PATCH] Bump whitenoise from 6.7.0 to 6.8.2 in /server (#798) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e27a994a..06691445 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -10,7 +10,7 @@ psycopg[binary]==3.2.1 pytz==2024.2 sqlparse==0.5.1 tzdata==2024.2 -whitenoise==6.7.0 +whitenoise==6.8.2 celery==5.4.0 redis==5.1.0 drf-spectacular==0.27.2