We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 378abf0 + aa3ea33 commit 7ea8ffbCopy full SHA for 7ea8ffb
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "contentctl"
3
4
-version = "5.5.7"
+version = "5.5.8"
5
6
description = "Splunk Content Control Tool"
7
authors = ["STRT <[email protected]>"]
@@ -16,7 +16,7 @@ contentctl = 'contentctl.contentctl:main'
16
python = "^3.11,<3.14"
17
pydantic = "~2.9.2"
18
PyYAML = "^6.0.2"
19
-requests = "~2.32.3"
+requests = ">=2.32.4"
20
pycvesearch = "^1.2"
21
xmltodict = ">=0.13,<0.15"
22
attackcti = ">=0.5.4,<0.6"
@@ -34,7 +34,7 @@ pygit2 = "^1.15.1"
34
#--mode.files command.
35
tyro = "^0.9.2,<0.9.23"
36
gitpython = "^3.1.43"
37
-setuptools = ">=69.5.1,<81.0.0"
+setuptools = ">=80.9.0"
38
rich = "^14.0.0"
39
40
[tool.poetry.group.dev.dependencies]
0 commit comments