From 5927b1f87a23ea2d05809ab1fac4c4921ef962e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:48:47 +0000 Subject: [PATCH] Bump onnx from 1.16.2 to 1.17.0 in /scripts Bumps [onnx](https://github.com/onnx/onnx) from 1.16.2 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.16.2...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index a1615f9a9..088dde5fd 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,7 +1,7 @@ transformers[torch]==4.46.3 onnxruntime==1.20.1 optimum==1.23.3 -onnx==1.16.2 +onnx==1.17.0 onnxconverter-common==1.14.0 tqdm==4.66.6 onnxslim==0.1.42