From 4951238a19fc76cde6a63e32038f182855e3392a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:10:56 +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.19.0. - [Release notes](https://github.com/openai/gym/releases) - [Commits](https://github.com/openai/gym/compare/0.18.3...0.19.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..50ae39157a79 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.19.0 # Kaggle envs. kaggle_environments==1.7.11 # Unity3D testing