From 8787be5aa6e39e3cb0558e98e85b8d42301a1d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 10:22:52 +0000 Subject: [PATCH] MAINT: Update gitpython requirement Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. Updates `gitpython` to 3.1.50 - [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.49...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements/linter_requirements.txt | 2 +- requirements/release_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/linter_requirements.txt b/requirements/linter_requirements.txt index 3e4661a73733..c06e6fdfb36a 100644 --- a/requirements/linter_requirements.txt +++ b/requirements/linter_requirements.txt @@ -1,5 +1,5 @@ # keep in sync with `environment.yml` cython-lint ruff==0.15.12 -GitPython>=3.1.49 +GitPython>=3.1.50 spin diff --git a/requirements/release_requirements.txt b/requirements/release_requirements.txt index bf24d14c4238..9bbefcd01dbc 100644 --- a/requirements/release_requirements.txt +++ b/requirements/release_requirements.txt @@ -3,7 +3,7 @@ # changelog.py pygithub -gitpython>=3.1.49 +gitpython>=3.1.50 # uploading release documentation packaging