From 4efbcc7ffea8ea8136fc5a3cca2ba5a1ba4979d9 Mon Sep 17 00:00:00 2001 From: Thomas Kinnen Date: Tue, 5 Sep 2023 10:40:37 +0200 Subject: [PATCH] Update gitpython to 3.1.34 Adressess dependabot-#5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7560e2d..a448c2a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="teamscale-cli", - version="9.1.0", + version="9.1.1", author="Thomas Kinnen - CQSE GmbH", author_email="kinnen@cqse.eu", description=("Client for performing precommit analysis with Teamscale."), @@ -21,7 +21,7 @@ }, install_requires=[ 'teamscale-client==7.1.1', - 'gitpython==3.1.32', + 'gitpython==3.1.34', # Required for gitpython, build fails without specifying a fixed version. # 2.0.6 is the latest version working with python 2.7 according to