Skip to content

Commit 628eb6d

Browse files
authored
Update GitPython dependency
Fixes gitdb import issue See gitpython-developers/GitPython#983
1 parent 2727c8c commit 628eb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
install_requires=[
18-
'GitPython == 2.1.11'
18+
'GitPython == 2.1.15'
1919
],
2020
classifiers=[
2121
"Programming Language :: Python :: 3",
2222
"License :: OSI Approved :: MIT License"
2323
]
24-
)
24+
)

0 commit comments

Comments
 (0)