Skip to content

Commit 7ea8ffb

Browse files
authored
Merge pull request #432 from splunk/bump_setuptools_requests
Bump the verisons of requests and setuptools to latest. since this is just a deps bump and everything has passed, merging myself
2 parents 378abf0 + aa3ea33 commit 7ea8ffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

4-
version = "5.5.7"
4+
version = "5.5.8"
55

66
description = "Splunk Content Control Tool"
77
authors = ["STRT <[email protected]>"]
@@ -16,7 +16,7 @@ contentctl = 'contentctl.contentctl:main'
1616
python = "^3.11,<3.14"
1717
pydantic = "~2.9.2"
1818
PyYAML = "^6.0.2"
19-
requests = "~2.32.3"
19+
requests = ">=2.32.4"
2020
pycvesearch = "^1.2"
2121
xmltodict = ">=0.13,<0.15"
2222
attackcti = ">=0.5.4,<0.6"
@@ -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 = ">=69.5.1,<81.0.0"
37+
setuptools = ">=80.9.0"
3838
rich = "^14.0.0"
3939

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

0 commit comments

Comments
 (0)