From 38707f8affe431be3aa79755c096164a5530b04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 23:56:03 +0000 Subject: [PATCH] Bump gitpython from 3.1.31 to 3.1.47 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 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.31...3.1.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6fac42..04cf7e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ click==8.1.3 ; python_version >= "3.11" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows" flask==2.2.3 ; python_version >= "3.11" and python_version < "4.0" gitdb==4.0.10 ; python_version >= "3.11" and python_version < "4.0" -gitpython==3.1.31 ; python_version >= "3.11" and python_version < "4.0" +gitpython==3.1.47 ; python_version >= "3.11" and python_version < "4.0" greenlet==2.0.1 ; python_version >= "3.11" and python_version < "4.0" idna==3.4 ; python_version >= "3.11" and python_version < "4" itsdangerous==2.1.2 ; python_version >= "3.11" and python_version < "4.0"