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 diff --git a/pyproject.toml b/pyproject.toml index 00de409e..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 "] @@ -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"