From c6b932c06da6651610ef8c55856a1fb22b88f87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Sep 2021 07:06:23 +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.20.0. - [Release notes](https://github.com/openai/gym/releases) - [Commits](https://github.com/openai/gym/compare/0.18.3...v0.20.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 49aacffe55e3..539e4eced0d7 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.9 -gym[atari]==0.18.3 +gym[atari]==0.20.0 # Kaggle envs. kaggle_environments==1.7.11 # Unity3D testing