Skip to content

Commit 275e5b8

Browse files
committed
Lift GitPython into 3.x version series
Some dependabot alerts directed the attention to the upper version limit of GitPython. This excludes the currently used 3.1 releases which neither makes sense nor helps installing fixed upstream dependencies via pip. Therefore, switch this dependency to 3.1 or later. Signed-off-by: Jan Kiszka <[email protected]>
1 parent 8f60430 commit 275e5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
'distro>=1.0.0,<2',
9696
'jsonschema>=2.5.0,<5',
9797
'kconfiglib>=14.1.0,<15',
98-
'GitPython>=2.1.11,<3'
98+
'GitPython>=3.1.0,<4'
9999
],
100100

101101
# At least python 3.6 is needed by now:

0 commit comments

Comments
 (0)