From 5a01f81c2f91ba71a259f8b4ae590035adafd5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 09:10:56 +0000 Subject: [PATCH] build(deps): bump onnxruntime-gpu from 1.26.0 to 1.28.0 Bumps [onnxruntime-gpu](https://github.com/microsoft/onnxruntime) from 1.26.0 to 1.28.0. - [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.26.0...v1.28.0) --- updated-dependencies: - dependency-name: onnxruntime-gpu dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- camera-ui-onnx-legacy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera-ui-onnx-legacy/requirements.txt b/camera-ui-onnx-legacy/requirements.txt index cc24507..8e37f25 100644 --- a/camera-ui-onnx-legacy/requirements.txt +++ b/camera-ui-onnx-legacy/requirements.txt @@ -1,4 +1,4 @@ -onnxruntime-gpu==1.26.0 +onnxruntime-gpu==1.28.0 camera-ui-sdk==1.2.4 camera-ui-ml==1.2.8 numpy==2.4.6