From 68ead6f5d14b0d1b4c2446cd5bb793b6b41dbc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:32:37 +0000 Subject: [PATCH] deps(pip): update pillow-heif requirement from >=1.3.0 to >=1.4.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/commits) --- updated-dependencies: - dependency-name: pillow-heif dependency-version: 1.4.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 49f0cf4..12fc7b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Pillow>=12.2.0 PyMuPDF>=1.27.2.3 # HEIC/HEIF support (iPhone photos) -pillow-heif>=1.3.0 +pillow-heif>=1.4.0 # Testing (development only) pytest>=9.0.3