From 74baeda7b1dc7af6d731687e5c2070782cfaf8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:25:29 +0000 Subject: [PATCH] Bump onnx from 1.15.0 to 1.22.0 in /python/requirements/ml Bumps [onnx](https://github.com/onnx/onnx) from 1.15.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.15.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 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..8f5e5a7ebd38 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.22.0; 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.