From 11a866093a51d52a093dba4a336723d005b2b809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 02:32:49 +0000 Subject: [PATCH] Bump gitpython from 3.1.32 to 3.1.54 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.54. - [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.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 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..d053f93 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.54", "gymnasium[classic_control,mujoco]==0.28.1", "imageio==2.31.3", "loguru==0.7.0",