From 5af24d6a61d96c83f8e712336c6f5a7b96394143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:24:06 +0000 Subject: [PATCH] dependabot: bump gitpython from 3.1.50 to 3.1.52 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.52. - [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.50...3.1.52) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.52 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 40cf238..d089219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "requests==2.34.2", "tiktoken==0.13.0", "PyYAML==6.0.3", - "gitpython==3.1.50", + "gitpython==3.1.52", "transitions==0.9.3", "textual>=7.5.0", "rich==15.0.0", diff --git a/requirements.txt b/requirements.txt index 1148b12..86c7b75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ requests==2.34.2 rich==15.0.0 tiktoken==0.13.0 PyYAML==6.0.3 -gitpython==3.1.50 +gitpython==3.1.52 pytest==9.1.1 textual>=7.5.0 networkx==3.6.1