From d50e83dbcf2187902e715d7a7c7dfb3bf71b8a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:58:47 +0000 Subject: [PATCH] Bump onnx in /mobile/examples/image_classification/android Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../android/prepare_models.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/examples/image_classification/android/prepare_models.requirements.txt b/mobile/examples/image_classification/android/prepare_models.requirements.txt index 2008595db..759f74d71 100644 --- a/mobile/examples/image_classification/android/prepare_models.requirements.txt +++ b/mobile/examples/image_classification/android/prepare_models.requirements.txt @@ -1,2 +1,2 @@ -onnx==1.12.0 +onnx==1.13.0 onnxruntime==1.13.1