From f22696c3d66c242c50a22d0d024016de4ff2c2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:47:50 +0000 Subject: [PATCH] deps(deps): update pillow-heif requirement from >=0.18.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.18.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 eeed862..dff3141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ psutil==7.2.2 # Image processing (icon generation, uploads) Pillow>=12.2.0 -pillow-heif>=0.18.0 +pillow-heif>=1.3.0 PyYAML>=6.0.3 # Speech-to-text (optional — adds ~200MB for onnxruntime + ctranslate2)