From 2630c4c2d79effe07356c03749744f4965788edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 07:13:34 +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.22.0. - [Release notes](https://github.com/Farama-Foundation/PettingZoo/releases) - [Commits](https://github.com/Farama-Foundation/PettingZoo/compare/1.8.2...1.22.0) --- 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..13d57d53bc14 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.22.0 # For testing in MuJoCo-like envs (in PyBullet). pybullet==3.1.7 # For tests on RecSim and Kaggle envs.