From 0b0084a6d1d99845fc8582b1a889e0234b7ce013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:05:26 +0000 Subject: [PATCH] Bump onnx from 1.18.0 to 1.21.0rc1 in /et_replay/.ci/docker Bumps [onnx](https://github.com/onnx/onnx) from 1.18.0 to 1.21.0rc1. - [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/commits) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- et_replay/.ci/docker/requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/et_replay/.ci/docker/requirements-ci.txt b/et_replay/.ci/docker/requirements-ci.txt index 2d5ef2fa..2ecd6596 100644 --- a/et_replay/.ci/docker/requirements-ci.txt +++ b/et_replay/.ci/docker/requirements-ci.txt @@ -347,7 +347,7 @@ sympy==1.13.3 #Pinned versions: #test that import: -onnx==1.18.0 +onnx==1.21.0rc1 #Description: Required by onnx tests, and mypy and test_public_bindings.py #when checking torch.onnx._internal #Pinned versions: