From d1ef9b65db52d89e774cc3db99ffd67f40627339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:15:58 +0000 Subject: [PATCH] chore(deps): bump gitpython in the pip-minor-patch group Bumps the pip-minor-patch group with 1 update: [gitpython](https://github.com/gitpython-developers/GitPython). Updates `gitpython` from 3.1.59 to 3.1.61 - [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.61) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- requirements-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-release.txt b/requirements-release.txt index e1454d3a..21471dc5 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -4,4 +4,4 @@ python-semantic-release == 10.6.* # "type object 'Actor' has no attribute 'name_email_regex'" before it does any # git work. PSR depends on `gitpython~=3.0`, so the bad version floats in on a # fresh install. Unpin once PSR ships a release compatible with 3.1.60+. -GitPython == 3.1.59 +GitPython == 3.1.61