From 3d210a6fac05ec6d9af390d49188f3a7b45984f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 18:28:32 +0000 Subject: [PATCH] Bump whitenoise from 4.1.3 to 6.1.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.3 to 6.1.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.1.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..2f6ae41 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.1.0 phonenumbers==8.10.17 python-dotenv==0.10.3