From 3d4bdca2f95cb90dc87580d1a6be85cb8e049eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:51:41 +0000 Subject: [PATCH] [deps]: Update splunk-sdk to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b16812..0addeee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = ["splunk", "bitwarden"] [tool.poetry.dependencies] python = ">=3.9, <3.11" requests = "2.32.5" -splunk-sdk = "2.1.1" +splunk-sdk = "3.0.0" splunktaucclib = "8.1.0" python-dateutil = "2.9.0.post0"