From 9ba331db558501c7dcb992ff9aadcc5788e91673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:37:20 +0000 Subject: [PATCH] [noissue]: Update whitenoise requirement Updates the requirements on [whitenoise](https://github.com/evansd/whitenoise) to permit the latest version. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.0...6.4.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09c3d2fb854..3c9a3f53754 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,5 +28,5 @@ python-gnupg~=0.4.9 redis~=4.3 setuptools>=39.2.0 url-normalize~=1.4.3 -whitenoise>=5.0.0,<6.2.0 +whitenoise>=5.0.0,<6.5.0 yarl~=1.7