Skip to content

build(deps): bump pillow-heif from 1.3.0 to 1.5.0 - #19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pillow-heif-1.5.0
Open

build(deps): bump pillow-heif from 1.3.0 to 1.5.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pillow-heif-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps pillow-heif from 1.3.0 to 1.5.0.

Release notes

Sourced from pillow-heif's releases.

v1.5.0

Added

  • Grid(tiled) image encoding: options.GRID_TILE_SIZE option, tile_size parameter for save and grid_tile_size parameter for register_*_opener. #317
  • info["tiling"] dictionary with the grid info for tiled images. #317
  • PH_LIBHEIF_CMAKE_ARGS environment variable for build_libs.py to pass extra cmake arguments to the libheif build.
  • Windows ARM64 wheels.

Changed

  • Minimum required libheif version is 1.23.1.
  • Releases are now tag-triggered and published to PyPI with attestations via Trusted Publishing. #432
  • libheif was updated from the 1.23.0 to 1.23.1 version. #445
  • libde265 was updated from the 1.1.0 to 1.1.1 version. #434

Removed

  • pi-heif package is discontinued, 1.4.0 is its final release. #431
  • 32-bit support and the PH_LIGHT_ACTION environment variable, build_libs.py now always builds x265. #431

v1.4.0

Changed

  • libheif was updated from the 1.21.2 to 1.23.0 version. #426
  • libde265 was updated from the 1.0.16 to 1.1.0 version. #426
  • libx265 was updated from the 4.1 to 4.2 version. #426
  • Minimum required libheif version is 1.19.0. #416

Removed

  • options.ALLOW_INCORRECT_HEADERS option. Starting with libheif 1.22.0, libheif itself rejects images whose decoded size does not match the ispe header. #426

Fixed

  • sRGB NCLX color profile (BT.709 primaries) is now written by default during encoding when no color information was provided, to avoid color shifts in viewers. #407
Changelog

Sourced from pillow-heif's changelog.

[1.5.0 - 2026-07-22]

Added

  • Grid(tiled) image encoding: options.GRID_TILE_SIZE option, tile_size parameter for save and grid_tile_size parameter for register_*_opener. #317
  • info["tiling"] dictionary with the grid info for tiled images. #317
  • PH_LIBHEIF_CMAKE_ARGS environment variable for build_libs.py to pass extra cmake arguments to the libheif build.
  • Windows ARM64 wheels.

Changed

  • Minimum required libheif version is 1.23.1.
  • Releases are now tag-triggered and published to PyPI with attestations via Trusted Publishing. #432
  • libheif was updated from the 1.23.0 to 1.23.1 version. #445
  • libde265 was updated from the 1.1.0 to 1.1.1 version. #434

Removed

  • pi-heif package is discontinued, 1.4.0 is its final release. #431
  • 32-bit support and the PH_LIGHT_ACTION environment variable, build_libs.py now always builds x265. #431

[1.4.0 - 2026-06-10]

Changed

  • libheif was updated from the 1.21.2 to 1.23.0 version. #426
  • libde265 was updated from the 1.0.16 to 1.1.0 version. #426
  • libx265 was updated from the 4.1 to 4.2 version. #426
  • Minimum required libheif version is 1.19.0. #416

Removed

  • options.ALLOW_INCORRECT_HEADERS option. Starting with libheif 1.22.0, libheif itself rejects images whose decoded size does not match the ispe header. #426

Fixed

  • sRGB NCLX color profile (BT.709 primaries) is now written by default during encoding when no color information was provided, to avoid color shifts in viewers. #407
Commits
  • 16c3dd8 v1.5.0
  • a14f250 chore(deps): update actions/setup-python action to v7 (#450)
  • 0950e1b chore(deps): update dependency strukturag/libde265 to v1.1.1 (#434)
  • e5ed405 chore(deps): update pypa/gh-action-pypi-publish action to v1.14.1 (#449)
  • 33319a2 chore(deps): update actions/checkout action to v7.0.1 (#451)
  • 7127731 ci: take freshly built libheif plugin for the load test (#452)
  • 44ae662 feat: grid(tiled) image encoding (#436)
  • 034ff6d chore(deps): update dependency strukturag/libheif to v1.23.1 (#445)
  • 179f11e chore(deps): update actions/setup-python action to v6.3.0 (#444)
  • e379737 chore(deps): update actions/cache action to v6 (#443)
  • 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 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)

Bumps [pillow-heif](https://github.com/bigcat88/pillow_heif) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/bigcat88/pillow_heif/releases)
- [Changelog](https://github.com/bigcat88/pillow_heif/blob/master/CHANGELOG.md)
- [Commits](bigcat88/pillow_heif@v1.3.0...v1.5.0)

---
updated-dependencies:
- dependency-name: pillow-heif
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 23, 2026
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.

0 participants