From 0639bbc30db8baf1b86a450ce4d805db8883f5ce Mon Sep 17 00:00:00 2001 From: Eric McGinnis Date: Tue, 29 Jul 2025 11:08:51 -0700 Subject: [PATCH 1/2] Bump the verisons of requests and setuptools to latest. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca1726d8..ef4a57d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ contentctl = 'contentctl.contentctl:main' python = "^3.11,<3.14" pydantic = "~2.9.2" PyYAML = "^6.0.2" -requests = "~2.32.3" +requests = ">=2.32.4" pycvesearch = "^1.2" xmltodict = ">=0.13,<0.15" attackcti = ">=0.5.4,<0.6" @@ -34,7 +34,7 @@ pygit2 = "^1.15.1" #--mode.files command. tyro = "^0.9.2,<0.9.23" gitpython = "^3.1.43" -setuptools = ">=69.5.1,<81.0.0" +setuptools = ">=80.9.0" rich = "^14.0.0" [tool.poetry.group.dev.dependencies] From 6e459d30af98b4d0843b3a985f82ec5c7b8512b8 Mon Sep 17 00:00:00 2001 From: Eric McGinnis Date: Tue, 29 Jul 2025 12:21:18 -0700 Subject: [PATCH 2/2] bump version in prep of release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef4a57d9..f90f45bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "contentctl" -version = "5.5.7" +version = "5.5.8" description = "Splunk Content Control Tool" authors = ["STRT "]