From 1a92fd867290ae1b946222472e6d3e95a74a76ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:23:26 +0000 Subject: [PATCH] deps(deps): 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b19b6c4..9d64ff5 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.50", "requests>=2.28.0", "rich>=13.0.0", "openai>=1.0.0", diff --git a/requirements.txt b/requirements.txt index 3bb00ea..b190d48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Core runtime dependencies for GitCo click>=8.0.0 pyyaml>=6.0 -gitpython>=3.1.0 +gitpython>=3.1.50 requests>=2.28.0 rich>=13.0.0 openai>=1.0.0