From 0f7749701ea368d6813eda6acc8b67a327dc94a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:22:51 +0000 Subject: [PATCH] [tune](deps): Bump supersuit in /python/requirements/ml Bumps [supersuit](https://github.com/PettingZoo-Team/SuperSuit) from 2.6.6 to 3.3.3. - [Release notes](https://github.com/PettingZoo-Team/SuperSuit/releases) - [Commits](https://github.com/PettingZoo-Team/SuperSuit/compare/2.6.6...3.3.3) --- updated-dependencies: - dependency-name: supersuit dependency-type: direct:production update-type: version-update:semver-major ... 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..faf577247f7d 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.3; python_version >= '3.7' # For testing in MuJoCo-like envs (in PyBullet). pybullet==3.2.0 # For tests on RecSim and Kaggle envs.