From d518933ae120b267659ac07d165e40140a7d90fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 03:29:31 +0000 Subject: [PATCH] Bump gitpython from 3.1.32 to 3.1.57 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.57. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.57) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.57 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85f85bd..f0cf31b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requires=[ "boto3==1.28.43", "einops==0.6.1", - "gitpython==3.1.32", + "gitpython==3.1.57", "gymnasium[classic_control,mujoco]==0.28.1", "imageio==2.31.3", "loguru==0.7.0",