From 0e8d3e84f5a72b8d944abde37de0ef4dc7d14641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:32:42 +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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera-ui-onnx/requirements.txt b/camera-ui-onnx/requirements.txt index 455b815..9240dba 100644 --- a/camera-ui-onnx/requirements.txt +++ b/camera-ui-onnx/requirements.txt @@ -1,4 +1,4 @@ -onnxruntime-gpu==1.26.0; sys_platform != "darwin" and platform_machine != "aarch64" +onnxruntime-gpu==1.28.0; sys_platform != "darwin" and platform_machine != "aarch64" onnxruntime==1.28.0 camera-ui-sdk==1.1.15 camera-ui-ml==1.2.6