From 58aeb4c3cbb539d9cd0fa64d6c4e362efd39b682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 07:32:02 +0000 Subject: [PATCH] [air](deps): Bump pyglet from 1.5.15 to 2.1.8 in /python/requirements/ml Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.15 to 2.1.8. - [Release notes](https://github.com/pyglet/pyglet/releases) - [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES) - [Commits](https://github.com/pyglet/pyglet/compare/v1.5.15...v2.1.8) --- updated-dependencies: - dependency-name: pyglet dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-major ... 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..7ea864ce185d 100644 --- a/python/requirements/ml/rllib-requirements.txt +++ b/python/requirements/ml/rllib-requirements.txt @@ -1,5 +1,5 @@ # For auto-generating an env-rendering Window. -pyglet==1.5.15 +pyglet==2.1.8 imageio-ffmpeg==0.4.5 onnx==1.15.0; sys_platform != 'darwin' or platform_machine != 'arm64' onnxruntime==1.18.0; sys_platform != 'darwin' or platform_machine != 'arm64'