From 2c80fbd2c4c369a75c1578af9aadfa14a1cded45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:16:10 +0200 Subject: [PATCH] [v3-0-test] Bump gitpython from 3.1.44 to 3.1.45 (#53724) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.45. - [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.44...3.1.45) (cherry picked from commit aa2b533bb3eb5648f85c7f76ae867c4f1378b244) Co-authored-by: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com> --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.45 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 c6a84b6be144e..f4c77233550d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ [build-system] requires = [ - "GitPython==3.1.44", + "GitPython==3.1.45", "gitdb==4.0.12", "hatchling==1.27.0", "packaging==25.0",