Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-compressor requirement from ~=3.1 to ~=4.0 #1022

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Updates the requirements on django-compressor to permit the latest version.

Changelog

Sourced from django-compressor's changelog.

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

v3.1 (2021-12-18)

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

  • Fix error with verbose offline compression when COMPRESS_OFFLINE_CONTEXT is a generator

v3.0 (2021-12-12)

Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.4.1...3.0>_

  • Officially support for Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0
  • Drop support for Django 1.11, 2.1 and 3.0
  • Drop support for Python 2.x and 3.4
  • Fix compatibility with Jinja 3.x
  • Require django-sekizai 2.0 for django-sekizai extension
  • Make template compression in compress command threaded to improve performance
  • Correctly handle relative paths in extends tags (#979)
  • Enable rCSSMinFilter by default (#888)
  • Fix various deprecation warnings
  • Add ability to pass a logger to various classes & methods
  • Removed deprecated COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS settings
  • Fix offline compression race condition, which could result in incomplete manifest

v2.4.1 (2021-04-17)

Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.4...2.4.1>_

  • Raise proper DeprecationWarning for COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS

v2.4 (2019-12-31)

Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.3...2.4>_

  • Add support for Django 3.0 (#950, #967)

... (truncated)

Commits

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)

Updates the requirements on [django-compressor](https://github.com/django-compressor/django-compressor) to permit the latest version.
- [Release notes](https://github.com/django-compressor/django-compressor/releases)
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt)
- [Commits](django-compressor/django-compressor@3.1...4.0)

---
updated-dependencies:
- dependency-name: django-compressor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 25, 2022
@rolandgeider rolandgeider merged commit 0540059 into master May 6, 2022
@dependabot dependabot bot deleted the dependabot/pip/django-compressor-approx-eq-4.0 branch May 6, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant