From a8de4ef6dd8738bec82d38cc68e82ebccb678897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:02:37 +0000 Subject: [PATCH] [air](deps): Bump mujoco from 3.2.4 to 3.4.0 in /python/requirements/ml Bumps [mujoco](https://github.com/google-deepmind/mujoco) from 3.2.4 to 3.4.0. - [Release notes](https://github.com/google-deepmind/mujoco/releases) - [Changelog](https://github.com/google-deepmind/mujoco/blob/main/doc/changelog.rst) - [Commits](https://github.com/google-deepmind/mujoco/compare/3.2.4...3.4.0) --- updated-dependencies: - dependency-name: mujoco dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/rllib-test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/rllib-test-requirements.txt b/python/requirements/ml/rllib-test-requirements.txt index bd025015d8d2..3f7230c6fa10 100644 --- a/python/requirements/ml/rllib-test-requirements.txt +++ b/python/requirements/ml/rllib-test-requirements.txt @@ -6,7 +6,7 @@ imageio==2.34.2 opencv-python-headless==4.9.0.80 # For testing MuJoCo envs with gymnasium. -mujoco==3.2.4 +mujoco==3.4.0 dm_control==1.0.12; python_version < "3.12" # For tests on PettingZoo's multi-agent envs.