diff --git a/setup.py b/setup.py index b45a092..2c02497 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ author_email='info@we45.com', description='Robot Framework Library for Basic Git ops', install_requires=[ - 'GitPython==2.1.9', + 'GitPython==3.1.37', 'robotframework==3.0.4' ], long_description = long_description,