From a5e2c5f0727748034171c378e0ec330a5a437da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 May 2022 07:13:55 +0000 Subject: [PATCH] [tune](deps): Bump pybullet in /python/requirements/ml Bumps [pybullet](https://github.com/bulletphysics/bullet3) from 3.2.0 to 3.2.5. - [Release notes](https://github.com/bulletphysics/bullet3/releases) - [Commits](https://github.com/bulletphysics/bullet3/commits) --- updated-dependencies: - dependency-name: pybullet 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 1c8da9a970c6..a88c677d6c17 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -15,7 +15,7 @@ pettingzoo==1.14.0; python_version >= '3.7' pymunk==6.0.0 supersuit==3.3.2; python_version >= '3.7' # For testing in MuJoCo-like envs (in PyBullet). -pybullet==3.2.0 +pybullet==3.2.5 # For tests on RecSim and Kaggle envs. recsim==0.2.4 tensorflow_estimator==2.6.0