From c47f3b1dcfc6f0c7aed6ae3130f814bca42c6fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:21:03 +0000 Subject: [PATCH] Bump gitpython from 3.1.46 to 3.1.47 in /requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.46 to 3.1.47. - [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.46...3.1.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 5330eb7..e636f6e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,7 +6,7 @@ # click==8.3.1 # via semvergit (pyproject.toml) gitdb==4.0.12 # via gitpython -gitpython==3.1.46 # via semvergit (pyproject.toml) +gitpython==3.1.47 # via semvergit (pyproject.toml) loguru==0.7.3 # via semvergit (pyproject.toml) semver==3.0.4 # via semvergit (pyproject.toml) smmap==5.0.3 # via gitdb