From 5264ee052c88709832f028ff210013f4c0a1c075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:28:13 +0000 Subject: [PATCH] dependabot: bump gitpython from 3.1.52 to 3.1.55 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.52 to 3.1.55. - [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.55) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.55 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 5b58f8e3..6ba7e249 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.52", + "gitpython==3.1.55", "transitions==0.9.3", "textual>=7.5.0", "rich==15.0.0", diff --git a/requirements.txt b/requirements.txt index 3a77638c..28992b95 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.52 +gitpython==3.1.55 pytest==9.1.1 textual>=7.5.0 networkx==3.6.1