diff --git a/setup.py b/setup.py index d05e210..b81a6b2 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): install_requires=[ 'setuptools', 'argparse', - 'GitPython==0.1.7', + 'GitPython==3.1.34', 'mock', ], test_suite='gitctl.tests.test_suite',