From 29ea302b4c18c56c83fa9663a6637c7557304748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:04:07 +0000 Subject: [PATCH] Update whitenoise requirement from <5.4,>=5.2 to >=5.2,<6.3 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.2.0...6.2.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 fcc3c80d3f5..8a3f27debba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pysolr>=3.9,<3.10 redis>=3.5,<3.6 requests>=2.25,<3 uWSGI>=2.0.19,<2.1 -whitenoise>=5.2,<5.4 +whitenoise>=5.2,<6.3 # Linting flake8==3.9.2