From 166ee22bd9ed440a6b0811f0e1b33000f17822fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:57:38 +0000 Subject: [PATCH] Bump gitpython from 3.1.44 to 3.1.54 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython). Updates `gitpython` from 3.1.44 to 3.1.54 - [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.44...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd4336ba..7e19a326 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ click==8.2.1 ; python_version >= "3.12" and python_version < "4" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4" ghp-import==2.1.0 ; python_version >= "3.12" and python_version < "4" gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4" -gitpython==3.1.44 ; python_version >= "3.12" and python_version < "4" +gitpython==3.1.54 ; python_version >= "3.12" and python_version < "4" idna==3.18 ; python_version >= "3.12" and python_version < "4" importlib-metadata==8.7.0 ; python_version >= "3.12" and python_version < "4" importlib-resources==6.5.2 ; python_version >= "3.12" and python_version < "4"