From 9edac779cb9ec4eb7273c174916356c7f127d73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 05:23:06 +0000 Subject: [PATCH] Bump gitpython from 3.1.32 to 3.1.58 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.58. - [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.58) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.58 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..2cdd0ef 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.58", "gymnasium[classic_control,mujoco]==0.28.1", "imageio==2.31.3", "loguru==0.7.0",