comics icon indicating copy to clipboard operation
comics copied to clipboard

build(deps): bump django-compressor from 3.1 to 4.1

Open dependabot[bot] opened this issue 1 year ago • 2 comments

Bumps django-compressor from 3.1 to 4.1.

Changelog

Sourced from django-compressor's changelog.

v4.1 (2022-08-03)

  • Add Django 4.1 compatibility

  • New setting COMPRESS_OFFLINE_MANIFEST_STORAGE to customize the offline manifest's file storage (#1112)

    With this change the function compressor.cache.get_offline_manifest_filename() has been removed. You can now use the new file storage compressor.storage.default_offline_manifest_storage to access the location of the manifest.

v4.0 (2022-03-23)

Full Changelog <https://github.com/django-compressor/django-compressor/compare/3.1...4.0>_

  • Fix intermittent No such file or directory errors by changing strategy to deal with duplicate filenames in CompressorFileStorage
  • Deprecate SlimItFilter, stop testing it with Python 3.7 or higher
Commits
  • 9026ec6 Don't include "Unreleased" in master/releases changelog
  • 47cd652 Bump version to 4.1
  • aef39a8 Test Django 4.1.x in CI separately from 4.0.x (#1134)
  • 9251aa1 Bump rcssmin from 1.1.0 to 1.1.1 in /requirements (#1130)
  • c15cbd6 Bump flake8 from 3.9.1 to 4.0.1 in /requirements (#1122)
  • 1868a21 Bump beautifulsoup4 from 4.9.3 to 4.11.1 in /requirements (#1121)
  • a9bb3c8 Bump lxml from 4.6.5 to 4.9.1 in /requirements (#1120)
  • 69214fe Create dependabot.yml
  • d70f1d6 Implement separate storage for the offline manifest
  • 219b00b Fixed compatibility with Django 4.1, fixes #1114 (#1115)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 04 '22 04:08 dependabot[bot]

Codecov Report

Merging #468 (a3eb4e6) into main (673c1b0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #468   +/-   ##
=======================================
  Coverage   61.12%   61.12%           
=======================================
  Files          52       52           
  Lines        2153     2153           
=======================================
  Hits         1316     1316           
  Misses        837      837           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 04 '22 04:08 codecov[bot]

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] avatar Sep 14 '22 13:09 dependabot[bot]