diff --git a/setup.py b/setup.py index 16812f9..ae07562 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'Click', 'PyGitHub==1.40a4', 'pyaml==17.12.1', - 'GitPython==3.0.8', + 'GitPython==3.1.37', ], py_modules=['cli'], entry_points={'console_scripts': ['totem=cli:main']},