From 68839454a71519c2b8f83464ce684e02177d1ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 07:09:26 +0000 Subject: [PATCH] [air](deps): Bump pyglet from 1.5.15 to 2.1.9 in /python/requirements/ml Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.15 to 2.1.9. - [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.9) --- updated-dependencies: - dependency-name: pyglet dependency-version: 2.1.9 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..95bbbd978bdc 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.9 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'