From 6c421d4f7d793b3cf7fdbd514b8b716b53b346b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 07:03:15 +0000 Subject: [PATCH] [air](deps): 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 update-type: version-update:semver-minor ... 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 bd4cd5ef6931..1d69a781ab3f 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.7.1 # Msgpack checkpoint stuff.