From 11b3387a00f0cf777db37bf83feeebadb62ce29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 08:39:41 +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 1cad36689b9c..26624b509830 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.3 # Kaggle envs. kaggle_environments==1.7.11