From dbddb44a5ad6f638dc42316c7873cf45023812a2 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 11 Dec 2017 12:49:46 -0500 Subject: [PATCH] bump GitPython to 2.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd8580c..5386ca5 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def get_version(): ], test_suite='tests', install_requires=[ - 'GitPython>=2.1.1,<3', + 'GitPython>=2.1.8,<3', 'pylint>=1.7.1,<1.8', 'six>=1.10.0,<2', 'typing>=3.5.3.0,<4',