From 2b60053b9fdd35a5c77ca8dada1748bb9ee82fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:49:31 +0000 Subject: [PATCH] Bump gitpython from 2.1.1 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.1 to 3.1.32. - [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.32) --- 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..07ed1d4a0591 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -GitPython==2.1.1 +GitPython==3.1.32 unittest2==1.1.0 pytest-cov==2.5.1 codecov==2.0.15 diff --git a/setup.py b/setup.py index 281f3780dbfe..6433b3cfd34a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license='GNU', packages = ['truffleHog'], install_requires=[ - 'GitPython == 2.1.1', + 'GitPython == 3.1.32', 'truffleHogRegexes == 0.0.4' ], entry_points = {