From 32a23d0ff131320051488e8e3814f15e8c292754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:24:27 +0000 Subject: [PATCH] Bump gitpython from 3.1.32 to 3.1.59 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.59. - [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.59) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.59 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..6e0ea27 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.59", "gymnasium[classic_control,mujoco]==0.28.1", "imageio==2.31.3", "loguru==0.7.0",