From 5d13de2d4f60bc5e52f789714d7697c50a69a947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:00:17 +0000 Subject: [PATCH] Bump onnx from 1.21.0 to 1.22.0 in /.ci/docker Bumps [onnx](https://github.com/onnx/onnx) from 1.21.0 to 1.22.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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 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 7a8084c5e698b..c0b7e35490061 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt @@ -346,7 +346,7 @@ sympy==1.13.3 #Pinned versions: #test that import: -onnx==1.21.0 +onnx==1.22.0 #Description: Required by the torch.onnx exporter #Pinned versions: #test that import: