From 1fbb0e2aebdd783d540b9126480434936f174cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:17:20 +0000 Subject: [PATCH] deps(deps): update pillow-heif requirement from >=1.5.0 to >=1.6.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/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: pillow-heif dependency-version: 1.6.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 86a783f..588b286 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ psutil==7.2.2 # Image processing (icon generation, uploads) Pillow>=12.3.0 -pillow-heif>=1.5.0 +pillow-heif>=1.6.0 PyYAML>=6.0.3 # Speech-to-text (optional — adds ~200MB for onnxruntime + ctranslate2)