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

Bump django-imagekit from 4.1.0 to 5.0.0 #8748

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps django-imagekit from 4.1.0 to 5.0.0.

Release notes

Sourced from django-imagekit's releases.

V. 5.0

This is major version which will drop compatibility with old Python and Django versions.

Supported Python versions are: 3.7, 3.8, 3.9, 3.10, 3.11 Supported Django Versions are: 3.2, 4.1, 4.2

Upgrading since 4.x

Except from dropping support from older Python and Django versions there are no major changes in the API and most users will do not need to change anything in their code in order to upgrade from Django ImageKit 4.x to 5.x.

One minor thing that you can look for. If you are using Django 4.2+ and have more than one configured storage using STORAGES you can now configure IMAGEKIT_DEFAULT_FILE_STORAGE to use the name defined in STORAGES instead of dotted path to the storage class

Changes since 4.1.0

New Contributors

Full Changelog: matthewwithanm/django-imagekit@4.1.0...5.0

Commits
  • 697b27f Merge branch 'release/5.0'
  • 07f2b3c Bump version to 5.0.0
  • 5bcd973 Update setup.py
  • b1ff281 Merge pull request #562 from matthewwithanm/anchor-thumbnail
  • db22c84 Merge pull request #561 from Alexerson/django42-storages-options
  • 5cdcbb2 Refactor how we get the default storage class
  • 7dde620 Convert the anchor kwarg from SafeString to str.
  • 3113ed8 Merge pull request #560 from Alexerson/django42
  • e86a40b Add tests for new Django 4.2 settings
  • c309837 Fix github workflow python versions
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 28, 2023
@Maffooch
Copy link
Contributor

@dependabot rebase

Bumps [django-imagekit](https://github.com/matthewwithanm/django-imagekit) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/matthewwithanm/django-imagekit/releases)
- [Commits](matthewwithanm/django-imagekit@4.1.0...5.0)

---
updated-dependencies:
- dependency-name: django-imagekit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dev/django-imagekit-5.0.0 branch from 36bbe48 to 69ccf73 Compare September 28, 2023 22:39
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@Maffooch Maffooch merged commit 52ee86e into dev Sep 29, 2023
118 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/django-imagekit-5.0.0 branch September 29, 2023 20:10
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.

2 participants