chore(deps): bump django-imagekit from 5.0 to 6.1.0 by dependabot[bot] · Pull Request #2938 · python/pythondotorg
Bumps django-imagekit from 5.0 to 6.1.0.
Release notes
Sourced from django-imagekit's releases.
V. 6.1
What's Changed
- Test Django 6 by
@vstoykovin matthewwithanm/django-imagekit#590- feat: Add request-local state cache to reduce cache round trips by
@mgalgsin matthewwithanm/django-imagekit#588New Contributors
@mgalgsmade their first contribution in matthewwithanm/django-imagekit#588Full Changelog: matthewwithanm/django-imagekit@6.0...6.1
V. 6.0
This is major version which will drop compatibility with old Python and Django versions.
Supported Python versions are: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14 Supported Django Versions are: 3.2, 4.2, 5.2, 6.0
Upgrading since 5.0
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 5.x to 6.x.
New features
- Add way to specify thumbnail format by
@autoantwortin matthewwithanm/django-imagekit#574- Make it possible to generate srcset with the thumbnail template tag by
@autoantwortin matthewwithanm/django-imagekit#575- Option to suppress exceptions with templatetags by
@anentropicin matthewwithanm/django-imagekit#288- Test newer Python and Django versions by
@kviktorin matthewwithanm/django-imagekit#579- Support Python 3.14 by
@vstoykovin matthewwithanm/django-imagekit#583Fixes
- Better log message grouping by
@kviktorin matthewwithanm/django-imagekit#580- Fix Read the Docs Build by
@bryanvelosoin matthewwithanm/django-imagekit#582- Remove ResourceWarning during tests by
@vstoykovin matthewwithanm/django-imagekit#584New Contributors
@autoantwortmade their first contribution in matthewwithanm/django-imagekit#574@anentropicmade their first contribution in matthewwithanm/django-imagekit#288@kviktormade their first contribution in matthewwithanm/django-imagekit#579Full Changelog: matthewwithanm/django-imagekit@5.0...6.0
Commits
ab2458bMerge branch 'release/6.1'5ee124dBump version to 6.18cc444dMerge pull request #588 from mgalgs/cache-get-manye9202d6Merge pull request #590 from vstoykov/test/latest-django923d2c9test: Django 6.0265a1e3chore:update github action dependenciesa59005afeat: Add request-local state cache to reduce cache round trips84115f6Merge branch 'master' into developf6b689fRelease 6.05a475baBump to version 6.0.0- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.