From 296c21fc91c57f0424b01dea258e6806b499f737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:21:03 +0000 Subject: [PATCH] Bump onnx in /mobile/examples/object_detection/ios/ORTObjectDetection Bumps [onnx](https://github.com/onnx/onnx) from 1.13.1 to 1.17.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.13.1...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ios/ORTObjectDetection/prepare_model.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt b/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt index b3c0e65fd..246821ffd 100644 --- a/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt +++ b/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt @@ -1,4 +1,4 @@ -onnx==1.13.1 +onnx==1.17.0 onnxruntime==1.14.1 tensorflow==2.12.1 tf2onnx==1.14.0