From 5b6bad0862552dfd51c757cbee0e4b2c47ee2d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:02:51 +0000 Subject: [PATCH] [air](deps): Bump imageio-ffmpeg in /python/requirements/ml Bumps [imageio-ffmpeg](https://github.com/imageio/imageio-ffmpeg) from 0.4.5 to 0.6.0. - [Release notes](https://github.com/imageio/imageio-ffmpeg/releases) - [Commits](https://github.com/imageio/imageio-ffmpeg/compare/v0.4.5...v0.6.0) --- updated-dependencies: - dependency-name: imageio-ffmpeg dependency-version: 0.6.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 86be169696ea..7ee78d9d016c 100644 --- a/python/requirements/ml/rllib-requirements.txt +++ b/python/requirements/ml/rllib-requirements.txt @@ -1,6 +1,6 @@ # For auto-generating an env-rendering Window. pyglet==1.5.15 -imageio-ffmpeg==0.4.5 +imageio-ffmpeg==0.6.0 onnx==1.15.0; sys_platform != 'darwin' or platform_machine != 'arm64' onnxruntime==1.18.0; sys_platform != 'darwin' or platform_machine != 'arm64' rich==13.3.2