From 83d7a5a23dd02f67da1c012c6c8addcda27a259f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:07:32 +0000 Subject: [PATCH] Bump onnx from 1.11.0 to 1.13.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edc24f8..3d7c503 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ torch==1.11.0 numpy==1.21.6 pandas==1.3.5 pyarrow==5.0.0 -onnx==1.11.0 +onnx==1.13.0 onnxmltools==1.11.0 onnxruntime==1.11.1 tqdm==4.62.3