From f31045a029462656185cca47ccfbae81adc12f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:46:38 +0000 Subject: [PATCH] Bump whitenoise from 6.5.0 to 6.6.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c7d6c68..cbe25f9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -69,7 +69,7 @@ tzlocal==5.0.1 # via apscheduler urllib3==2.0.6 # via -r requirements.in -whitenoise==6.5.0 +whitenoise==6.6.0 # via -r requirements.in # The following packages are considered to be unsafe in a requirements file: