From 52af29f3aa8d4639ef9a5f6bca59a2efc5afe25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:18:49 +0000 Subject: [PATCH] Bump whitenoise from 5.2.0 to 6.7.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.2.0 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.2.0...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d6b91f190c..d71404e06f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -265,7 +265,7 @@ werkzeug==3.0.3 # locust wheel==0.38.1 # via pip-tools -whitenoise==5.2.0 +whitenoise==6.7.0 # via -r requirements-dev.in zipp==3.19.1 # via importlib-metadata