Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps pillow-heif from 0.18.0 to 1.1.0.

Release notes

Sourced from pillow-heif's releases.

v1.1.0

Added

  • Python 3.14 wheels added.

Changed

  • libheif was updated from the 1.19.8 to 1.20.1 version.

Fixed

  • x265 was updated to the 4.1 version for Linux build to be in sync with macOS and Windows.

v1.0.0

Added

  • Support for YCbCr AUX images. #355 Thanks to @​marklit for feature request and test file.

Changed

  • AVIF support was dropped, as the new upcoming Pillow has native AVIF support. #345
  • libheif was updated from the 1.19.7 to 1.19.8 version. #349
  • libde265 was updated from the 1.0.15 to 1.0.16 version.
  • Removed deprecated PyPy 3.9 wheels & added PyPy 3.11 wheels.

v0.22.0

Added

  • Boolean pillow_heif.options.DISABLE_SECURITY_LIMITS to bypass security limit of libheif for the image size. #328

Changed

  • libx265 library was updated to the latest 4.1 version.
  • libheif was updated from the 1.19.5 to 1.19.7 version.
  • AVIF format marked as deprecated and pending for the removal.

v0.21.0

Added

  • Allow specifying encoder parameters for non-primary images in image sequence. #313

Changed

  • Libheif updated from 1.18.2 to 1.19.5 version. #312
  • For macOS(x86_64), the minimum supported version for binary wheels has been raised from 12 to 13.

Fixed

  • Error argument '-Ofast' is deprecated when building from source. #305

v0.20.0

Added

  • Initial support for parsing auxiliary images. #297 Thanks to @​johncf

Changed

  • libheif updated from 1.18.1 to 1.18.2 version. #278
  • Dropped Python 3.8 support. #293

Fixed

  • More accurate error handling in the C module. #298 Thanks to @​johncf
  • Support for Pillow 11.0.0 #294
Changelog

Sourced from pillow-heif's changelog.

[1.1.0 - 2025-08-02]

Added

  • Python 3.14 wheels added.

Changed

  • libheif was updated from the 1.19.8 to 1.20.1 version.

Fixed

  • x265 was updated to the 4.1 version for Linux build to be in sync with macOS and Windows.

[1.0.0 - 2025-06-29]

Added

  • Support for YCbCr AUX images. #355 Thanks to @​marklit for feature request and test file.

Changed

  • AVIF support was dropped, as the new upcoming Pillow has native AVIF support. #345
  • libheif was updated from the 1.19.7 to 1.19.8 version. #349
  • libde265 was updated from the 1.0.15 to 1.0.16 version.
  • Removed deprecated PyPy 3.9 wheels & added PyPy 3.11 wheels.

[0.22.0 - 2025-03-15]

Added

  • Boolean pillow_heif.options.DISABLE_SECURITY_LIMITS to bypass security limit of libheif for the image size. #328

Changed

  • libx265 library was updated to the latest 4.1 version.
  • libheif was updated from the 1.19.5 to 1.19.7 version.
  • AVIF format marked as deprecated and pending for the removal.

[0.21.0 - 2024-11-29]

Added

  • Allow specifying encoder parameters for non-primary images in image sequence. #313

Changed

  • Libheif updated from 1.18.2 to 1.19.5 version. #312
  • For macOS(x86_64), the minimum supported version for binary wheels has been raised from 12 to 13.

... (truncated)

Commits
  • 5720647 v1.1.0 [publish]
  • a5e4a1b update x265 to 4.1; cibuildwheel to 3.1.3 (#367)
  • 00559f6 [pre-commit.ci] pre-commit autoupdate (#366)
  • efdad1a [pre-commit.ci] pre-commit autoupdate (#362)
  • ceffd6b fix(tests): replace ImageMath.eval with ImageMath.unsafe_eval (#364)
  • 8bca08b updated libheif to the 1.20.1 version (#363)
  • b5e3cdb [pre-commit.ci] pre-commit autoupdate (#358)
  • 7bd6ee9 chore(CI): replace windows-2019 with windows-2022 (#359)
  • 8343528 chore(deps): update ncipollo/release-action action to v1.18.0 (#357)
  • 3e39cda fix(test-wheels-CI): "ubuntu-20.04" --> ubuntu-22.04
  • 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)

Bumps [pillow-heif](https://github.com/bigcat88/pillow_heif) from 0.18.0 to 1.1.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@v0.18.0...v1.1.0)

---
updated-dependencies:
- dependency-name: pillow-heif
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Superseded by #826.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/pillow-heif-1.1.0 branch October 1, 2025 12:07
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