From 89815192b5001cf19d34a110879aa8352758f59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Sep 2021 07:05:32 +0000 Subject: [PATCH] [RLlib](deps): Bump pyglet in /python/requirements/rllib Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.0 to 1.5.20. - [Release notes](https://github.com/pyglet/pyglet/releases) - [Changelog](https://github.com/pyglet/pyglet/blob/v1.5.20/RELEASE_NOTES) - [Commits](https://github.com/pyglet/pyglet/compare/v1.5.0...v1.5.20) --- updated-dependencies: - dependency-name: pyglet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements/rllib/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index 5c21e9ea6084..438ca2554d61 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -35,7 +35,7 @@ recsim==0.2.4 # For MAML on PyTorch. higher==0.2.1 # For auto-generating an env-rendering Window. -pyglet==1.5.0 +pyglet==1.5.20 # For JSON reader/writer. smart_open==5.0.0 # Ray Serve example