From cb29caf88cee45d39281d0e1d04a4fb08a6e4f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 19:55:05 +0000 Subject: [PATCH] Bump whitenoise from 5.3.0 to 6.0.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.3.0 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/v5.3.0...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 d44fdc97a..0ee7c6a8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ python-dotenv==0.19.2 requests==2.27.1 six==1.16.0 webdavclient3==3.14.6 -whitenoise==5.3.0 +whitenoise==6.0.0 icalendar==4.0.9 pyyaml==6.0 uritemplate==4.1.1