Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 4efbcc7

Browse files
committed
Update gitpython to 3.1.34
Adressess dependabot-#5
1 parent 7164eb3 commit 4efbcc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="teamscale-cli",
5-
version="9.1.0",
5+
version="9.1.1",
66
author="Thomas Kinnen - CQSE GmbH",
77
author_email="kinnen@cqse.eu",
88
description=("Client for performing precommit analysis with Teamscale."),
@@ -21,7 +21,7 @@
2121
},
2222
install_requires=[
2323
'teamscale-client==7.1.1',
24-
'gitpython==3.1.32',
24+
'gitpython==3.1.34',
2525

2626
# Required for gitpython, build fails without specifying a fixed version.
2727
# 2.0.6 is the latest version working with python 2.7 according to

0 commit comments

Comments
 (0)