From 1b909355e78c38a9189a07db915dce6ed11162a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:59:33 +0000 Subject: [PATCH] Update gitpython requirement from >=3.1.0 to >=3.1.50 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.0...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 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 1e986c1..a18b559 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flake8>=6.0.0 # Linting for generated code # Development black>=23.0.0 # Code formatting rich>=13.0.0 # Rich terminal output (used by generated code) -gitpython>=3.1.0 # Git operations +gitpython>=3.1.50 # Git operations # Utilities psutil>=5.0.0 # System resource monitoring