From 304e411ccfe8e5d4740ce8b60738e708da33f67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:52:54 +0000 Subject: [PATCH] Update onnxruntime requirement from >=1.27.0 to >=1.28.0 in /backend Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.28.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 fed40ed..e8a9074 100644 --- a/backend/requirements-runtime.txt +++ b/backend/requirements-runtime.txt @@ -6,7 +6,7 @@ opencv-python-headless>=4.8.1.78 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.27.0 +onnxruntime>=1.28.0 Pillow>=10.0.0 questionary>=2.1.1 python-dotenv>=1.2.2 diff --git a/backend/requirements.txt b/backend/requirements.txt index ba25daf..160e7de 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ opencv-python-headless>=4.8.1.78 numpy>=2.5.1 # Audio-event detection (laughter/reaction channel via YAMNet ONNX — no torch/TF) -onnxruntime>=1.27.0 +onnxruntime>=1.28.0 # Thumbnails Pillow>=10.0.0