From 93bff83a3576891f5204db3de11b37e03bc0f9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:26:24 +0000 Subject: [PATCH] deps(deps): update gitpython requirement from >=3.1.0 to >=3.1.46 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.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b19b6c4..1ba5c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requires-python = ">=3.9" dependencies = [ "click>=8.0.0", "pyyaml>=6.0", - "gitpython>=3.1.0", + "gitpython>=3.1.46", "requests>=2.28.0", "rich>=13.0.0", "openai>=1.0.0",