From ed75d583645cbe423dc4c9efb33c57ad6c3a5e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 07:13:44 +0000 Subject: [PATCH] [tune](deps): Bump supersuit in /python/requirements/ml Bumps [supersuit](https://github.com/PettingZoo-Team/SuperSuit) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/PettingZoo-Team/SuperSuit/releases) - [Commits](https://github.com/PettingZoo-Team/SuperSuit/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: supersuit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_rllib.txt b/python/requirements/ml/requirements_rllib.txt index 3c182da516a5..32a1ebaf0ef1 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -13,7 +13,7 @@ mlagents_envs==0.27.0 # For tests on PettingZoo's multi-agent envs. pettingzoo==1.14.0; python_version >= '3.7' pymunk==6.0.0 -supersuit==3.3.2; python_version >= '3.7' +supersuit==3.4.0; python_version >= '3.7' # For testing in MuJoCo-like envs (in PyBullet). pybullet==3.2.0 # For tests on RecSim and Kaggle envs.