From 1d403b800c518a7468d27fcbc228158adfac659e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 07:13:49 +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.3.5. - [Release notes](https://github.com/PettingZoo-Team/SuperSuit/releases) - [Commits](https://github.com/PettingZoo-Team/SuperSuit/commits) --- updated-dependencies: - dependency-name: supersuit dependency-type: direct:production update-type: version-update:semver-patch ... 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..7008e18b7825 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.3.5; python_version >= '3.7' # For testing in MuJoCo-like envs (in PyBullet). pybullet==3.2.0 # For tests on RecSim and Kaggle envs.