diff --git a/setup.py b/setup.py index ba788311..59edad7d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ }, python_requires='>=3.6', install_requires=[ - 'gitpython==3.1.7', + 'gitpython==3.1.37', 'importlib_resources', 'pyyaml', ],