From 472f544de3976a02aecb4286fa15686557f7f527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 18:30:30 +0000 Subject: [PATCH] Bump whitenoise from 4.1.3 to 6.0.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.3 to 6.0.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/v4.1.3...6.0.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c946498..15994e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Django==3.2.0 # Third-party app dependencies twilio==6.30.0 -whitenoise==4.1.3 +whitenoise==6.0.0 phonenumbers==8.10.17 python-dotenv==0.10.3