diff --git a/poetry.lock b/poetry.lock index a2b7106..a9f73b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1116,13 +1116,13 @@ files = [ [[package]] name = "splunk-add-on-ucc-framework" -version = "5.48.1" +version = "5.48.2" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "splunk_add_on_ucc_framework-5.48.1-py3-none-any.whl", hash = "sha256:6424108bcc30b81a02342b14cd12fc83dee424ba951be148ddce346dffd3f404"}, - {file = "splunk_add_on_ucc_framework-5.48.1.tar.gz", hash = "sha256:fc92e930c7910a47ae33089882937b86324ce63763d727c7bfe5d4e368397d87"}, + {file = "splunk_add_on_ucc_framework-5.48.2-py3-none-any.whl", hash = "sha256:9e9166808f07c8cee0455b73351de4b063c2afaf06893542d833680c3da9f07e"}, + {file = "splunk_add_on_ucc_framework-5.48.2.tar.gz", hash = "sha256:fb8235bb1dc847561bfe67310a5dbf787d31fc008db710c8fcbd8cb5f0022a1f"}, ] [package.dependencies] @@ -1232,4 +1232,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7,<3.8" -content-hash = "66d1fc8b2ae3332f19022db7ea6fd77800127ae014a64bbf67b403337e59de65" +content-hash = "a7a24b4be9e3d5ab8ae1733e41522d7c820dd9cd33dd52c7acb7bb9f510942d7" diff --git a/pyproject.toml b/pyproject.toml index 0788ce6..9e65ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Will Searle "] [tool.poetry.dependencies] python = "^3.7,<3.10" -splunk-add-on-ucc-framework = "^5.48.1" +splunk-add-on-ucc-framework = "^5.48.2" requests = "^2.31.0" htmldom = "^2.0" grip = "^4.6.2"