From 510763a8453404573e8ad5f15d8625fc2e4cf7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:39:42 +0000 Subject: [PATCH] [tune](deps): Bump pyglet in /python/requirements/ml Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.0 to 1.5.21. - [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.0...v1.5.21) --- 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 a9b500e40165..af77fcc6e155 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -25,7 +25,7 @@ tensorflow_estimator==2.6.0 # For MAML on PyTorch. higher==0.2.1 # For auto-generating an env-rendering Window. -pyglet==1.5.15 +pyglet==1.5.21 # For JSON reader/writer. smart_open==5.0.0 # Ray Serve example