From 09dc65d0bc3062b13c3c26bb297a57bc67d589e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:19:43 +0000 Subject: [PATCH] Bump onnx from 1.16.1 to 1.17.0 in /.ci/docker Bumps [onnx](https://github.com/onnx/onnx) from 1.16.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.16.1...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/docker/requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements-ci.txt b/.ci/docker/requirements-ci.txt index a1b644910f01a9..9022497cfbb296 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt @@ -328,7 +328,7 @@ sympy==1.13.1 ; python_version >= "3.9" #Pinned versions: #test that import: -onnx==1.16.1 +onnx==1.17.0 #Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal #Pinned versions: #test that import: