From f0e0801f1dcd733ed82c6b1d2a7c7b21c6ec6b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:51:55 +0000 Subject: [PATCH] Bump gitpython from 2.1.9 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.9 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.9...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 70f4fb5..aa6407b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2023.7.22 chardet==3.0.4 fuzzywuzzy==0.16.0 gitdb2==2.0.3 -GitPython==2.1.9 +GitPython==3.1.32 idna==2.6 python-Levenshtein==0.12.0 PyYAML==5.4 diff --git a/setup.py b/setup.py index c767519..4d93429 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def readme(): 'chardet==3.0.4', 'fuzzywuzzy>=0.16.0', 'gitdb2==2.0.3', - 'GitPython==2.1.9', + 'GitPython==3.1.32', 'idna>=2.8', 'python-Levenshtein==0.12.0', 'PyYAML>=4.2b4',