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 ~=4.4 to ~=4.5 #1700

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

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

Changelog

Sourced from django-compressor's changelog.

v4.5 (2024-05-17)

Full list of changes from v4.4 <https://github.com/django-compressor/django-compressor/compare/4.4...4.5>_

  • Officially support Python 3.12 (requires lxml 4.9.3 or higher)
  • Drop support for Django versions before 4.2.
  • Added support for Django 5.1
  • Added new COMPRESS_STORAGE_ALIAS and COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS settings. These point to keys in Django's storages handler. If set by the user, Compressor will use these storages, or otherwise will set a default storage, given by COMPRESS_STORAGE and COMPRESS_OFFLINE_MANIFEST_STORAGE respectively on first access.

v4.4 (2023-06-28)

Full list of changes from v4.3.1 <https://github.com/django-compressor/django-compressor/compare/4.3.1...4.4>_

  • Officially support Django 4.2

v4.3.1 (2023-01-22)

Full list of changes from v4.3 <https://github.com/django-compressor/django-compressor/compare/4.3...4.3.1>_

  • Documentation fixes only

v4.3 (2023-01-06)

Full list of changes from v4.2 <https://github.com/django-compressor/django-compressor/compare/4.2...4.3>_

  • Officially support Python 3.11

v4.2 (2023-01-06)

Full list of changes from v4.1 <https://github.com/django-compressor/django-compressor/compare/4.1...4.2>_

  • Drop Python 3.6 and 3.7 support
  • Drop Django 2.2 and 3.1 support
  • Drop SlimItFilter
  • Update the CachedS3Boto3Storage example storage subclass in "Remote Storages" to work properly after the v4.0 change to how duplicate file names are handled by CompressorFileStorage
  • Update rsmin and jsmin versions

... (truncated)

Commits
  • cf38cee Prepare 4.5
  • 752edfa Update code to use newer Django storages object. (#1248)
  • 852123f Bump the pypi group across 1 directory with 2 updates (#1247)
  • 4c77225 Dropped support for Django versions <4.2. (#1250)
  • 3306f64 Bump coverage in /requirements in the pypi group across 1 directory (#1242)
  • bff5118 Bump jinja2 from 3.1.3 to 3.1.4 in /requirements (#1241)
  • 3bcdcea Bump the pypi group in /requirements with 2 updates (#1239)
  • 9ebf5a4 Update coverage dependency (#1235)
  • b1a5431 Fix typos discovered by codespell (#1232)
  • 0a24142 Bump the pypi group in /requirements with 8 updates (#1231)
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt)
- [Commits](django-compressor/django-compressor@4.4...4.5)

---
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 Jun 18, 2024
@rolandgeider rolandgeider merged commit 0e49903 into master Jun 19, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-compressor-approx-eq-4.5 branch June 19, 2024 12:57
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.

1 participant