From f1bd540d6667f534e87bc7834513e3ca27388019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 06:32:08 +0000 Subject: [PATCH] Bump whitenoise from 5.2.0 to 5.3.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.2.0 to 5.3.0. - [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.2.0...v5.3.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de9f17b..88dcdb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytz redis==3.5.3 urllib3==1.26.6 vine==5.0.0 -whitenoise==5.2.0 +whitenoise==5.3.0 requests==2.26.0 structlog==21.1.0 colorama==0.4.4