From 46804ee71b333f92f89df5bbd280eef0af16af4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 11:52:42 +0000 Subject: [PATCH] Update pillow-heif requirement from >=0.13.0 to >=1.3.0 Updates the requirements on [pillow-heif](https://github.com/bigcat88/pillow_heif) to permit the latest version. - [Release notes](https://github.com/bigcat88/pillow_heif/releases) - [Changelog](https://github.com/bigcat88/pillow_heif/blob/master/CHANGELOG.md) - [Commits](https://github.com/bigcat88/pillow_heif/compare/v0.13.0...v1.3.0) --- updated-dependencies: - dependency-name: pillow-heif dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 169d157..f28f5bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ Pillow>=10.0.0 rawpy>=0.18.0 # Optional — enables HEIC/HEIF support (iPhone photos) -pillow-heif>=0.13.0 +pillow-heif>=1.3.0