From ee2e7f1437c560f73ecf6179439b864d1d4678c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:56:20 +0100 Subject: [PATCH] Bump splunk-add-on-ucc-framework from 5.48.1 to 5.48.2 (#33) Bumps [splunk-add-on-ucc-framework](https://github.com/splunk/addonfactory-ucc-generator) from 5.48.1 to 5.48.2. - [Release notes](https://github.com/splunk/addonfactory-ucc-generator/releases) - [Changelog](https://github.com/splunk/addonfactory-ucc-generator/blob/v5.48.2/docs/CHANGELOG.md) - [Commits](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.48.1...v5.48.2) --- updated-dependencies: - dependency-name: splunk-add-on-ucc-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"