From 583434e11efb16a37799dbc9722c0d3e530d9a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 19:45:20 +0000 Subject: [PATCH] Bump whitenoise from 4.1.4 to 6.7.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.4 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v4.1.4...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0663c71e..2e4d9b44d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,6 +46,6 @@ cairocffi git+https://github.com/graphite-project/whisper.git#egg=whisper # Ceres is optional # git+https://github.com/graphite-project/ceres.git#egg=ceres -whitenoise==4.1.4 +whitenoise==6.7.0 urllib3 six