From 9946bb33e00be8cfd35bb3f0aea000dcb1f6f6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 07:21: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 2d23f7c1e70e..8c75df87756e 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -17,7 +17,7 @@ pettingzoo==1.15.0; python_version >= '3.7' pymunk==6.0.0 supersuit==3.3.3; 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