Build(deps): Bump whitenoise from 5.3.0 to 6.2.0
Bumps whitenoise from 5.3.0 to 6.2.0.
Changelog
Sourced from whitenoise's changelog.
6.2.0 (2022-06-05)
Support Python 3.11.
Support Django 4.1.
6.1.0 (2022-05-10)
- Drop support for Django 2.2, 3.0, and 3.1.
6.0.0 (2022-02-10)
Drop support for Python 3.5 and 3.6.
Add support for Python 3.9 and 3.10.
Drop support for Django 1.11, 2.0, and 2.1.
Add support for Django 4.0.
Import new MIME types from Nginx, changes:
.aviffiles are now served with theimage/avifMIME type.Open Document files with extensions
.odg,.odp,.ods, and.odtare now served with their respectiveapplication/vnd.oasis.opendocument.*MIME types.The
whitenoise.__version__attribute has been removed. Useimportlib.metadata.version()to check the version of Whitenoise if you need to.Requests using the
Rangeheader can no longer read beyond the end of the requested range.Thanks to Richard Tibbles in
PR [#322](https://github.com/evansd/whitenoise/issues/322) <https://github.com/evansd/whitenoise/pull/322>__.Treat empty and
"*"values forAccept-Encodingas if the client doesn’t support any encoding.Thanks to Richard Tibbles in
PR [#323](https://github.com/evansd/whitenoise/issues/323) <https://github.com/evansd/whitenoise/pull/323>__.
Commits
d1ec55cVersion 6.2.0c714fb6Changelog note for 6.2.0cde4029Use an isolated build in tox (#393)c211d14Support Django 4.1 (#392)20cf7b9Upgrade requirements (#391)530eee9Make requirements compile disable pip's require-virtualenv flag alwaysf27f1f0Upgrade requirements (#389)bd3a261Upgrade GitHub Actions (#388)ce8cac7Disable blank GitHub issues (#387)5a74e6fVersion 6.1.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)