Skip to content

Commit bbf6fd6

Browse files
Merge pull request #470 from splunk/pin_setuptools
Pinning setuptools
2 parents 8e928ee + b0169d1 commit bbf6fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "contentctl"
33

4-
version = "5.5.13"
4+
version = "5.5.14"
55

66
description = "Splunk Content Control Tool"
77
authors = ["STRT <research@splunk.com>"]
@@ -34,7 +34,7 @@ pygit2 = "^1.15.1"
3434
#--mode.files command.
3535
tyro = "^0.9.2,<0.9.23"
3636
gitpython = "^3.1.43"
37-
setuptools = ">=80.9.0"
37+
setuptools = "<81"
3838
rich = "^14.0.0"
3939

4040
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)