Skip to content

Commit 65c2d70

Browse files
committed
Bump GitPython to 2.1.8
Fixes gitpython-developers/GitPython#687
1 parent b178163 commit 65c2d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GitPython==1.0.1
1+
GitPython==2.1.8
22
PyYAML==3.11
33
colorlog==2.6.0
44
gitdb==0.6.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# Any package you put here will be installed by pip when your project is
7373
# installed, so they must be valid existing projects.
7474
install_requires=[
75-
'GitPython>=1',
75+
'GitPython>=2.1.8',
7676
'PyYAML>=3.11',
7777
'colorlog>=2.6,<3', # TODO can we move to v3?
7878
'jsonschema>=2.5',

0 commit comments

Comments
 (0)