From e8fe76628b2e77e14184d0e1d00e23d8e950c0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:36:43 +0000 Subject: [PATCH] Bump gitpython from 3.1.42 to 3.1.47 in /source Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 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.42...3.1.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/requirements.txt b/source/requirements.txt index 5dc2145..04cf204 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -10,7 +10,7 @@ docutils==0.20.1 ; python_version >= "3.12" and python_version < "4.0" funcsigs==1.0.2 ; python_version >= "3.12" and python_version < "4.0" future==1.0.0 ; python_version >= "3.12" and python_version < "4.0" gitdb==4.0.11 ; python_version >= "3.12" and python_version < "4.0" -gitpython==3.1.42 ; python_version >= "3.12" and python_version < "4.0" +gitpython==3.1.47 ; python_version >= "3.12" and python_version < "4.0" idna==3.7 ; python_version >= "3.12" and python_version < "4.0" imagesize==1.4.1 ; python_version >= "3.12" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0"