From 0ad126a70e5de131edf2bf44c99078867af3b25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:01:37 +0200 Subject: [PATCH] build(deps-dev): bump gitpython from 3.1.50 to 3.1.51 (#1144) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.51. - [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.51) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.51 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ed66e66..145db467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "sphinx==9.0.4", "sphinx_rtd_theme==3.1.0", "sphinx-tabs==3.5.0", - "GitPython==3.1.50", + "GitPython==3.1.51", "myst-parser==5.1.0", "docutils==0.21.2",