From 2a3ecfb15ce8c135b77fa017fe99efc04e9ed801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:29:30 +0000 Subject: [PATCH] Bump gitpython from 2.1.1 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.1 to 3.1.34. - [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.34) --- 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..d410d7778664 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -GitPython==2.1.1 +GitPython==3.1.34 unittest2==1.1.0 pytest-cov==2.5.1 codecov==2.0.15 diff --git a/setup.py b/setup.py index 281f3780dbfe..b38dbe3e686d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license='GNU', packages = ['truffleHog'], install_requires=[ - 'GitPython == 2.1.1', + 'GitPython == 3.1.34', 'truffleHogRegexes == 0.0.4' ], entry_points = {