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

Commit

Permalink
Update gitpython to 3.1.34
Browse files Browse the repository at this point in the history
Adressess dependabot-#5
  • Loading branch information
nihathrael committed Sep 5, 2023
1 parent 7164eb3 commit 4efbcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="teamscale-cli",
version="9.1.0",
version="9.1.1",
author="Thomas Kinnen - CQSE GmbH",
author_email="[email protected]",
description=("Client for performing precommit analysis with Teamscale."),
Expand All @@ -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
Expand Down

0 comments on commit 4efbcc7

Please sign in to comment.