From 61251d167599a81cfca5143180749c6e04ae273f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:55:37 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.31 to 3.1.44 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.44. - [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.44) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- repo_resource/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo_resource/requirements.txt b/repo_resource/requirements.txt index aabd128..7d1930e 100644 --- a/repo_resource/requirements.txt +++ b/repo_resource/requirements.txt @@ -1,5 +1,5 @@ setuptools==75.8.1 gitrepo==2.32.2 ssh-agent-setup==2.0.1 -GitPython==3.1.41 +GitPython==3.1.44 retrying==1.3.4