From 226f8704cf47ebed15d18548e41f90999555938e Mon Sep 17 00:00:00 2001 From: Eric McGinnis Date: Fri, 4 Sep 2026 09:23:12 -0700 Subject: [PATCH 1/3] bump to newer version of requests library --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00de409e..9bacf27d 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.4" +requests = ">=2.34.2" pycvesearch = "^1.2" xmltodict = ">=0.13,<0.15" attackcti = ">=0.5.4,<0.6" From 7c0f3b35b88912a1cd1b9c04c6b31f7585d62b15 Mon Sep 17 00:00:00 2001 From: Eric McGinnis Date: Fri, 4 Sep 2026 09:24:35 -0700 Subject: [PATCH 2/3] bump version in prep for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bacf27d..ae70d9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "contentctl" -version = "5.6.0" +version = "5.6.1" description = "Splunk Content Control Tool" authors = ["STRT "] From c26974ede62946e4cbd75bef2e68d6e8f6fc42fc Mon Sep 17 00:00:00 2001 From: Eric McGinnis Date: Fri, 4 Sep 2026 09:32:00 -0700 Subject: [PATCH 3/3] Update workflow to explicitly check out v5.27.0 ref, the last version of security_content repo that was compatible with contentctl. --- .github/workflows/test_against_escu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_against_escu.yml b/.github/workflows/test_against_escu.yml index 52d4dd08..5f636303 100644 --- a/.github/workflows/test_against_escu.yml +++ b/.github/workflows/test_against_escu.yml @@ -35,6 +35,7 @@ jobs: with: path: security_content repository: splunk/security_content + ref: 'v5.27.0' #Install the given version of Python we will test against - name: Install Required Python Version