From 2dafc22af5d1be0231fa84f0de66a7f0c719753f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:31:41 +0000 Subject: [PATCH] [deps]: Update splunk-add-on-ucc-framework to v6.5.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 74fe34f..2438c06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1217,14 +1217,14 @@ files = [ [[package]] name = "splunk-add-on-ucc-framework" -version = "6.4.0" +version = "6.5.1" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" optional = false python-versions = "<3.14,>=3.9" groups = ["dev"] files = [ - {file = "splunk_add_on_ucc_framework-6.4.0-py3-none-any.whl", hash = "sha256:82f217fe181cbd7eaa48550db413f080c33a2734515e3b250bebf64a822011f6"}, - {file = "splunk_add_on_ucc_framework-6.4.0.tar.gz", hash = "sha256:27f8afabb51b7270b34c23705e99d7d2c9c659edd321c2770e2f3d5e9b037a86"}, + {file = "splunk_add_on_ucc_framework-6.5.1-py3-none-any.whl", hash = "sha256:46fa1dede110873042dd5f03631db8e6409d2a843f9ee8d25bcb712de443bb6e"}, + {file = "splunk_add_on_ucc_framework-6.5.1.tar.gz", hash = "sha256:1d4d60ff924581e2728d138c6d61452ef8d473fcf2e63f18702e9eeef4bbb996"}, ] [package.dependencies] @@ -1409,4 +1409,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=77)"] [metadata] lock-version = "2.1" python-versions = ">=3.13, <3.14" -content-hash = "25f8e8afdb7b196fb47c95dc5640bedc9a647b2ec6f33831069aa25ba502ba84" +content-hash = "b71b6f535473436524015e94050ba3ec0855ac66fc757f29b173fdb53541fbc0" diff --git a/pyproject.toml b/pyproject.toml index 6a5b2dd..2420a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ optional = true [tool.poetry.group.dev.dependencies] python = ">=3.13, <3.14" types-requests = "2.31.0.6" -splunk-add-on-ucc-framework = "6.4.0" +splunk-add-on-ucc-framework = "6.5.1" splunk-appinspect = "4.2.0" [tool.poetry.group.splunkslim]