From d55528d8182898d15bc4753ec8689e077a43c6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:54:09 +0000 Subject: [PATCH] Bump gitpython from 3.1.52 to 3.1.53 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.52 to 3.1.53. - [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.52...3.1.53) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.53 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 a022068..ff069f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jinja2==3.1.6", "openai==2.45.0", "google-genai==2.12.1", - "GitPython==3.1.52", + "GitPython==3.1.53", "tqdm==4.68.4" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 7d1da30..84f888e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.34.2 jinja2==3.1.6 openai==2.45.0 google-genai==2.12.1 -GitPython==3.1.52 +GitPython==3.1.53 tqdm==4.68.4