From 1bd990e2636671a8c879126c38d8e6e6478c8496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 06:22:02 +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/master/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.0...6.1.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 3fe42140620..6e828f1a395 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ python-gnupg~=0.4.7 redis>=3.4.0 rq~=1.9.0 setuptools>=39.2.0 -whitenoise>=5.0.0,<5.3.0 +whitenoise>=5.0.0,<6.2.0 yarl>1.0.0