From 10dce5c20b771ba02b63376179716edee96f245c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:56:46 +0000 Subject: [PATCH] [tune](deps): Bump pyglet in /python/requirements/ml Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.15 to 1.5.23. - [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...v1.5.23) --- updated-dependencies: - dependency-name: pyglet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_rllib.txt b/python/requirements/ml/requirements_rllib.txt index 65ab046456e2..67249f77aede 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -29,7 +29,7 @@ open-spiel==1.0.2 # For MAML on PyTorch. higher==0.2.1 # For auto-generating an env-rendering Window. -pyglet==1.5.15 +pyglet==1.5.23 imageio-ffmpeg==0.4.5 # Ray Serve example starlette==0.16.0