From 4e685fbfa67901f52a7bdc6ee21e49e4c566d83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:50:34 +0000 Subject: [PATCH] Bump onnx from 1.18.0 to 1.21.0 in /et_replay/.ci/docker Bumps [onnx](https://github.com/onnx/onnx) from 1.18.0 to 1.21.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.18.0...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 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..ead75677 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.0 #Description: Required by onnx tests, and mypy and test_public_bindings.py #when checking torch.onnx._internal #Pinned versions: