From 39a702cc3a8754d72fd01a890a52737e5fa7c573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:32:45 +0000 Subject: [PATCH] deps(pip): 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 b366964..36f540e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Pillow>=10.0.0 PyMuPDF>=1.24.0 # HEIC/HEIF support (iPhone photos) -pillow-heif>=0.13.0 +pillow-heif>=1.3.0 # Testing (development only) pytest>=8.0.0