From 6b749b55a14587560d0b844bc261cb0a83257857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 19:41:22 +0000 Subject: [PATCH] [RLlib](deps): Bump gym[atari] in /python/requirements/rllib Bumps [gym[atari]](https://github.com/openai/gym) from 0.18.3 to 0.21.0. - [Release notes](https://github.com/openai/gym/releases) - [Commits](https://github.com/openai/gym/compare/0.18.3...v0.21.0) --- updated-dependencies: - dependency-name: gym[atari] dependency-type: direct:production update-type: version-update:semver-minor ... 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 1cad36689b9c..ede24c720959 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -15,7 +15,7 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" # --------------------- # Atari atari_py==0.2.6 -gym[atari]==0.18.3 +gym[atari]==0.21.0 # Kaggle envs. kaggle_environments==1.7.11 # Unity3D testing