From 5362fd82ae4482b3fa865e92633b4ac656aa90f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:31:16 +0000 Subject: [PATCH] Bump onnx from 1.15.0 to 1.21.0rc1 in /python/requirements/ml Bumps [onnx](https://github.com/onnx/onnx) from 1.15.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] --- python/requirements/ml/rllib-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/rllib-requirements.txt b/python/requirements/ml/rllib-requirements.txt index 86be169696ea..9098196e1809 100644 --- a/python/requirements/ml/rllib-requirements.txt +++ b/python/requirements/ml/rllib-requirements.txt @@ -1,7 +1,7 @@ # For auto-generating an env-rendering Window. pyglet==1.5.15 imageio-ffmpeg==0.4.5 -onnx==1.15.0; sys_platform != 'darwin' or platform_machine != 'arm64' +onnx==1.21.0rc1; sys_platform != 'darwin' or platform_machine != 'arm64' onnxruntime==1.18.0; sys_platform != 'darwin' or platform_machine != 'arm64' rich==13.3.2 # Msgpack checkpoint stuff.