From 084d22433b6f38715f19a798ae1f20c03cc37cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:44:10 +0000 Subject: [PATCH] Bump gitpython from 2.1.1 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.1 to 3.1.37. - [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/2.1.1...3.1.37) --- 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 f86bb6e93a4e..4873828819cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -GitPython==2.1.1 +GitPython==3.1.37 unittest2==1.1.0 pytest-cov==2.5.1 codecov==2.0.15 diff --git a/setup.py b/setup.py index 281f3780dbfe..4c50dda9379c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license='GNU', packages = ['truffleHog'], install_requires=[ - 'GitPython == 2.1.1', + 'GitPython == 3.1.37', 'truffleHogRegexes == 0.0.4' ], entry_points = {