From 7c6c7da6a6d0ff4a25c80f6e523183ee37e44f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:09:07 +0000 Subject: [PATCH] Bump onnx from 1.15.0 to 1.17.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.15.0 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.15.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15016299..0f2d101e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "loguru==0.7.2", "networkx<=3.2.1", "torch-geometric==2.3.1", - "onnx==1.15.0", + "onnx==1.17.0", "onnxruntime==1.16.3", "jpype1==1.4.1", "tqdm==4.66.1",