Skip to content

Commit dfd866c

Browse files
committed
AUTO-6119: Pin GitPython build dependency to v3.1.14
1 parent 6e9d06f commit dfd866c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
22
# get_version() in setup.py requires GitPython.
3-
requires = ["setuptools", "wheel", "GitPython"]
3+
requires = ["setuptools", "wheel", "GitPython==3.1.14"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_version(git_tag):
9292
"environs"
9393
],
9494
setup_requires=[
95-
"GitPython"
95+
"GitPython==3.1.14"
9696
],
9797
license="Other",
9898
classifiers=[

0 commit comments

Comments
 (0)