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] <support@github.com>
This commit is contained in:
parent
03a7778ef7
commit
1d069ec25a
|
@ -6,16 +6,16 @@ chardet==4.0.0
|
||||||
charset-normalizer==2.0.9
|
charset-normalizer==2.0.9
|
||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
Django==3.2.10
|
Django==3.2.12
|
||||||
django-background-tasks==1.2.5
|
django-background-tasks==1.2.5
|
||||||
django-compat==1.0.15
|
django-compat==1.0.15
|
||||||
django-cors-headers==3.10.1
|
django-cors-headers==3.11.0
|
||||||
django-db-logger==0.1.11
|
django-db-logger==0.1.11
|
||||||
djangorestframework==3.13.1
|
djangorestframework==3.13.1
|
||||||
google-auth==2.3.3
|
google-auth==2.6.3
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
idna==3.3
|
idna==3.3
|
||||||
importlib-metadata==4.8.2
|
importlib-metadata==4.11.3
|
||||||
isort==5.10.1
|
isort==5.10.1
|
||||||
jsonfield==3.1.0
|
jsonfield==3.1.0
|
||||||
lazy-object-proxy==1.6.0
|
lazy-object-proxy==1.6.0
|
||||||
|
@ -36,6 +36,6 @@ sqlparse==0.4.2
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
typing_extensions==4.0.1
|
typing_extensions==4.0.1
|
||||||
urllib3==1.26.7
|
urllib3==1.26.7
|
||||||
whitenoise==5.3.0
|
whitenoise==6.0.0
|
||||||
wrapt==1.13.3
|
wrapt==1.13.3
|
||||||
zipp==3.6.0
|
zipp==3.6.0
|
Loading…
Reference in New Issue