From 88bd5aa35e02c3282ab5d82209ad5c1f6afd2ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:35:35 +0000 Subject: [PATCH] Bump gitpython from 3.0.6 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.0.6 to 3.1.41. - [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.0.6...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7cd91f8eb08f..7b9120c105b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -GitPython==3.0.6 +GitPython==3.1.41 unittest2==1.1.0 pytest-cov==2.5.1 codecov==2.0.15 diff --git a/setup.py b/setup.py index 4217bf181be9..edcaa40d9779 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license='GNU', packages = ['truffleHog'], install_requires=[ - 'GitPython == 3.0.6', + 'GitPython == 3.1.41', 'truffleHogRegexes == 0.0.7' ], entry_points = {