From f7f452ff9bb9ad39964abc015090afcc297a803b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:26:51 +0000 Subject: [PATCH] Bump whitenoise from 4.1.3 to 6.2.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.3 to 6.2.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v4.1.3...6.2.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..e711b98 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.2.0 phonenumbers==8.10.17 python-dotenv==0.10.3