From e38b3b93a1a2ee611b573a2261e1dcc2f84bf515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 07:47:51 +0000 Subject: [PATCH] Update pillow requirement from >=10.0.0 to >=12.3.0 in /backend Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-runtime.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-runtime.txt b/backend/requirements-runtime.txt index e8a9074..e40e047 100644 --- a/backend/requirements-runtime.txt +++ b/backend/requirements-runtime.txt @@ -7,7 +7,7 @@ numpy>=2.5.1 # Audio-event detection (YAMNet laughter/reaction channel) runs on ONNX Runtime — # no torch/TF, so it stays on the hermetic native path. onnxruntime>=1.28.0 -Pillow>=10.0.0 +Pillow>=12.3.0 questionary>=2.1.1 python-dotenv>=1.2.2 yt-dlp>=2026.7.4 diff --git a/backend/requirements.txt b/backend/requirements.txt index 160e7de..aa2a2d5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ numpy>=2.5.1 onnxruntime>=1.28.0 # Thumbnails -Pillow>=10.0.0 +Pillow>=12.3.0 # CLI interactive prompts questionary>=2.1.1