From a818995b7a9de5544d3c13c6bc5895182a24a3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:25:35 +0000 Subject: [PATCH] dependabot: bump gitpython from 3.1.55 to 3.1.58 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.55 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.55...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 254ff05..b56aa21 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.55", + "gitpython==3.1.58", "transitions==0.9.3", "textual>=7.5.0", "rich==15.0.0", diff --git a/requirements.txt b/requirements.txt index e2f10c9..49a129c 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.55 +gitpython==3.1.58 pytest==9.1.1 textual>=7.5.0 networkx==3.6.1