From 9de839e2c7502c9e0ffaaca7341e0abf9d3a716a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:14:14 +0000 Subject: [PATCH] chore(deps): Update pillow-heif requirement in /apps/server 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.3.0...v1.5.0) --- updated-dependencies: - dependency-name: pillow-heif dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/requirements.txt b/apps/server/requirements.txt index d3e9691d..54b2c7e2 100644 --- a/apps/server/requirements.txt +++ b/apps/server/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.138.2 uvicorn==0.47.0 google-genai>=2.9.0 pillow>=12.2.0 -pillow-heif>=1.3.0 +pillow-heif>=1.5.0 python-multipart==0.0.32 pyMeticulous>=0.3.1 zstandard>=0.25.0