From 904821878ca7a27e0be047799b9f415e6bb99b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:14:48 +0000 Subject: [PATCH] Bump onnx from 1.11.0 to 1.13.0 in /packaging Bumps [onnx](https://github.com/onnx/onnx) from 1.11.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.11.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packaging/dependencies/reqs_pip_torch_common.txt | 2 +- packaging/dependencies/reqs_pip_torch_common_p36.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/dependencies/reqs_pip_torch_common.txt b/packaging/dependencies/reqs_pip_torch_common.txt index d48d6b8ed2b..6e8a157d854 100644 --- a/packaging/dependencies/reqs_pip_torch_common.txt +++ b/packaging/dependencies/reqs_pip_torch_common.txt @@ -1,7 +1,7 @@ holoviews==1.12.7 matplotlib>=3 numpy<1.24,>=1.16.6 -onnx==1.12.0 +onnx==1.13.0 onnxruntime-extensions onnxsim scikit-learn==1.1.3 diff --git a/packaging/dependencies/reqs_pip_torch_common_p36.txt b/packaging/dependencies/reqs_pip_torch_common_p36.txt index 2ab7d4078a7..172e0d79bfb 100644 --- a/packaging/dependencies/reqs_pip_torch_common_p36.txt +++ b/packaging/dependencies/reqs_pip_torch_common_p36.txt @@ -1,7 +1,7 @@ holoviews==1.12.7 matplotlib>=3 numpy<1.24,>=1.16.6 -onnx==1.11.0 +onnx==1.13.0 onnxruntime-extensions onnxsim==0.4.10 scikit-learn