From 7356dd7312e2b75a6fb9971e7dccbf2bce0ed62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:52:21 +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.5.0. - [Release notes](https://github.com/PettingZoo-Team/SuperSuit/releases) - [Commits](https://github.com/PettingZoo-Team/SuperSuit/compare/3.3.2...3.5.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 9e352bdad292..f1cbc56c198e 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -17,7 +17,7 @@ mlagents_envs==0.28.0 # For tests on PettingZoo's multi-agent envs. pettingzoo==1.22.1; python_version >= '3.7' pymunk==6.2.1 -supersuit==3.7.0; python_version >= '3.7' +supersuit==3.7.1; python_version >= '3.7' # For tests on minigrid. minigrid==2.1.0 # For tests on RecSim and Kaggle envs.