From d4c96a700e48338696d9d35896d80f8179298507 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 07:31:13 +0000 Subject: [PATCH] Bump whitenoise from 5.0.1 to 5.2.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.0.1 to 5.2.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.0.1...v5.2.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c743b12..efc0aa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==3.0.5 django-debug-toolbar==2.2 -whitenoise==5.0.1 +whitenoise==5.2.0 brotli==1.0.7 django-environ==0.4.5 gunicorn ==20.0.4