From 1d069ec25ac8fb0c0b713f77b217841119bf1ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 17:46: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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 11ef692..d8d5929 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,16 +6,16 @@ chardet==4.0.0 charset-normalizer==2.0.9 colorama==0.4.4 dj-database-url==0.5.0 -Django==3.2.10 +Django==3.2.12 django-background-tasks==1.2.5 django-compat==1.0.15 -django-cors-headers==3.10.1 +django-cors-headers==3.11.0 django-db-logger==0.1.11 djangorestframework==3.13.1 -google-auth==2.3.3 +google-auth==2.6.3 gunicorn==20.1.0 idna==3.3 -importlib-metadata==4.8.2 +importlib-metadata==4.11.3 isort==5.10.1 jsonfield==3.1.0 lazy-object-proxy==1.6.0 @@ -36,6 +36,6 @@ sqlparse==0.4.2 toml==0.10.2 typing_extensions==4.0.1 urllib3==1.26.7 -whitenoise==5.3.0 +whitenoise==6.0.0 wrapt==1.13.3 zipp==3.6.0 \ No newline at end of file