From e0e4b49af00bf24c81d270204961d6766fccca92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:57:15 +0000 Subject: [PATCH] Bump gitpython from 3.1.50 to 3.1.54 in /requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 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.50...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/packaging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/packaging.txt b/requirements/packaging.txt index 6c7c475c..c41eaae8 100644 --- a/requirements/packaging.txt +++ b/requirements/packaging.txt @@ -10,7 +10,7 @@ cryptography==48.0.1 deprecated==1.3.1 future==1.0.0 gitdb==4.0.12 -gitpython==3.1.50 +gitpython==3.1.54 idna==3.15 parsimonious==0.11.0 pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'