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