From 2a3d93969d4f8808ffedff5ef91c5c00e0e7094f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:39:54 +0000 Subject: [PATCH] chore(deps): update gitpython requirement from >=3.1.59 to >=3.1.61 Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [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.59...3.1.61) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.61 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 446ce1b..2d9e51a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Click>=8.4.2 -GitPython>=3.1.59 +GitPython>=3.1.61 PyYAML>=6.0.3 coloredlogs>=15.0.1