From 71a3111a8748a87385c1077524c1363008faf949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:53:07 +0000 Subject: [PATCH] Update opencv-python-headless requirement in /backend Updates the requirements on [opencv-python-headless](https://github.com/opencv/opencv-python) to permit the latest version. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-version: 5.0.0.93 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 8ca09d4..c8a943b 100644 --- a/backend/requirements-runtime.txt +++ b/backend/requirements-runtime.txt @@ -2,7 +2,7 @@ # binary), so openai-whisper/torch are intentionally absent — that is the ~2GB # the native install saves. --engine whisper-py remains a dev/source-only option # via backend/requirements.txt. -opencv-python-headless>=4.8.1.78 +opencv-python-headless>=5.0.0.93 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. diff --git a/backend/requirements.txt b/backend/requirements.txt index 9fc4013..4715d09 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ openai-whisper>=20250625 # speechbrain>=1.0.0 # Face detection (optional, for smart cropping) -opencv-python-headless>=4.8.1.78 +opencv-python-headless>=5.0.0.93 numpy>=2.5.1 # Audio-event detection (laughter/reaction channel via YAMNet ONNX — no torch/TF)