Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test_against_escu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "contentctl"

version = "5.6.0"
version = "5.6.1"

description = "Splunk Content Control Tool"
authors = ["STRT <research@splunk.com>"]
Expand All @@ -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"
Expand Down
Loading