From 103a070f4941c90cbdd44186a4b2bb27247ca33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:14:42 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): Update gitpython requirement Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [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.59...3.1.60) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.60 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b14f281b..5189cc07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -359,7 +359,7 @@ dev = [ # IndexFile.from_tree (GHSA-9rj7-rf2p-w77r, GHSA-4gmw-gg2m-w46p), all patched 3.1.58. cosmic-ray # sets no upper cap, so floor at the highest patched version. Dev-scope only — gitpython is not a # pyrxd runtime dependency and never ships in the published package. - "gitpython>=3.1.59", + "gitpython>=3.1.60", ] test = [ "bandit[toml]>=1.9.4,<2.0.0",