From 1e81c95924aa6c56e438d32f178a09df3d6fe9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:16:04 +0000 Subject: [PATCH] Update whitenoise requirement in the python-packages group Updates the requirements on [whitenoise](https://github.com/evansd/whitenoise) to permit the latest version. Updates `whitenoise` to 6.11.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.10.0...6.11.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.11.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3dca511..33292b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pygments==2.19.* inotify_simple==2.0.* Brotli==1.1.* python-dateutil==2.9.* -whitenoise==6.10.* +whitenoise==6.11.* requests==2.32.* monofy==1.1.* user-agents==2.2.*