From e1cc381cd3b0eff9f24f4e043bef7e20ddc63ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 07:05:43 +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.18.1. - [Release notes](https://github.com/Farama-Foundation/PettingZoo/releases) - [Commits](https://github.com/Farama-Foundation/PettingZoo/commits) --- 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..4263b4113227 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.18.1 # For testing in MuJoCo-like envs (in PyBullet). pybullet==3.1.7 # For tests on RecSim and Kaggle envs.