From bcde45290948a279ec853182fdfb0dbfe0ee6b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:52:35 +0000 Subject: [PATCH] chore(deps): bump onnx from 1.8.1 to 1.17.0 in the pip group Bumps the pip group with 1 update: [onnx](https://github.com/onnx/onnx). Updates `onnx` from 1.8.1 to 1.17.0 - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.8.1...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7e7dfcd5..aba1e31fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ tabulate tensorboard # verified versions -onnx==1.8.1 +onnx==1.17.0 onnxruntime==1.8.0 onnx-simplifier==0.3.5 \ No newline at end of file