Skip to content

Commit ccd65fa

Browse files
committed
work around GitPython issue (gitpython-developers/GitPython#983)
1 parent 803cba7 commit ccd65fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
install_requires=[
3737
'Click==7.0',
38-
'GitPython==3.0.3',
38+
'GitPython==3.0.8',
3939
'boltons==19.1.0',
4040
'dnspython==1.16.0',
4141
'evergreen.py==0.6.14',

0 commit comments

Comments
 (0)