From e353ec8c8cb3b4d35e5b2574d95fd303b38cc16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:15:17 +0000 Subject: [PATCH] chore(deps): bump onnx from 1.8.1 to 1.13.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.8.1 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.8.1...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 c7e7dfcd52..690bff26f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ tabulate tensorboard # verified versions -onnx==1.8.1 +onnx==1.13.0 onnxruntime==1.8.0 onnx-simplifier==0.3.5 \ No newline at end of file