From 5490ed9e6cb9a29f05ca1caa8fd928052d94365c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 00:25:49 +0000 Subject: [PATCH] [RLlib](deps): Bump atari-py in /python/requirements/rllib Bumps [atari-py](https://github.com/openai/atari-py) from 0.2.6 to 0.2.9. - [Release notes](https://github.com/openai/atari-py/releases) - [Commits](https://github.com/openai/atari-py/compare/0.2.6...0.2.9) --- updated-dependencies: - dependency-name: atari-py 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 f74424b047f2..99fcd0f44e89 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -14,7 +14,7 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" # Environment adapters. # --------------------- # Atari -atari_py==0.2.6 +atari_py==0.2.9 gym[atari]==0.18.0 # Kaggle envs. kaggle_environments==1.7.11