From 935fa774aadedc32636ca97a1116dc94b3b3da22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:00:59 +0000 Subject: [PATCH] chore(deps-dev): bump gitpython in /scripts/release Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.61 to 3.1.62. - [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.61...3.1.62) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.62 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/release/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/pyproject.toml b/scripts/release/pyproject.toml index 2c5cfc2..d9968c5 100644 --- a/scripts/release/pyproject.toml +++ b/scripts/release/pyproject.toml @@ -5,7 +5,7 @@ release = [ "uv==0.12.7", "hatchling==1.32.0", "python-semantic-release==10.6.2", - "GitPython==3.1.61", + "GitPython==3.1.62", "click==8.1.8", ]