From bb41e35922446d7b67c3ddddf3e8ceff3eab5d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:31:57 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/dependencies/reqs_pip_torch_common.txt b/packaging/dependencies/reqs_pip_torch_common.txt index 19d3509700f..c1199182ca8 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.10.0 +onnx==1.13.0 onnxruntime==1.10.0 onnxruntime-extensions onnxsim