From 841518b8ebf4f0cb781075a97c6c397beb750589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 07:05:31 +0000 Subject: [PATCH] [RLlib](deps): Bump pettingzoo in /python/requirements/rllib Bumps [pettingzoo](https://github.com/Farama-Foundation/PettingZoo) from 1.8.2 to 1.20.1. - [Release notes](https://github.com/Farama-Foundation/PettingZoo/releases) - [Commits](https://github.com/Farama-Foundation/PettingZoo/compare/1.8.2...1.20.1) --- updated-dependencies: - dependency-name: pettingzoo 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 a22521308a29..89a0b0555848 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -22,7 +22,7 @@ kaggle_environments==1.7.11 mlagents==0.26.0 mlagents_envs==0.26.0 # For tests on PettingZoo's multi-agent envs. -pettingzoo==1.8.2 +pettingzoo==1.20.1 # For testing in MuJoCo-like envs (in PyBullet). pybullet==3.1.7 # For tests on RecSim and Kaggle envs.