We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7164eb3 commit 4efbcc7Copy full SHA for 4efbcc7
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="teamscale-cli",
5
- version="9.1.0",
+ version="9.1.1",
6
author="Thomas Kinnen - CQSE GmbH",
7
author_email="kinnen@cqse.eu",
8
description=("Client for performing precommit analysis with Teamscale."),
@@ -21,7 +21,7 @@
21
},
22
install_requires=[
23
'teamscale-client==7.1.1',
24
- 'gitpython==3.1.32',
+ 'gitpython==3.1.34',
25
26
# Required for gitpython, build fails without specifying a fixed version.
27
# 2.0.6 is the latest version working with python 2.7 according to
0 commit comments