From 76b7c1d8cae91d3938e5a2f109c305f6c99836a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:38:11 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.18 to 3.1.49 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.18 to 3.1.49. - [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.18...3.1.49) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 121cd297b..e8092564a 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" pip = {version = ">=18.0"} sh = {version = "==1.14.2", os_name = "!= 'nt'"} typed-ast = "==1.5.4" -gitpython = "==3.1.18" +gitpython = "==3.1.49" colorlog = "==6.7.0" pexpect = "==4.8.0" wget = "==3.2"