From 0c1123a272d4bf14e9a01748d31d8e48e1bbe699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:53:24 +0000 Subject: [PATCH] Bump gitpython from 3.1.57 to 3.1.58 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.57 to 3.1.58. - [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.57...3.1.58) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.58 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0328f3c..cc06ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jinja2==3.1.6", "openai==2.49.0", "google-genai==2.14.0", - "GitPython==3.1.57", + "GitPython==3.1.58", "tqdm==4.70.0" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 12c6a57..20b6695 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.34.2 jinja2==3.1.6 openai==2.49.0 google-genai==2.14.0 -GitPython==3.1.57 +GitPython==3.1.58 tqdm==4.70.0