diff --git a/requirements.txt b/requirements.txt index aa6407b..cd01ede 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==3.1.32 +GitPython==3.1.37 idna==2.6 python-Levenshtein==0.12.0 PyYAML==5.4 diff --git a/setup.py b/setup.py index 4d93429..7b6a3f0 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==3.1.32', + 'GitPython==3.1.37', 'idna>=2.8', 'python-Levenshtein==0.12.0', 'PyYAML>=4.2b4',