From 78de9c107a8ea1979de35975257771b60bda92cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:41:43 +0000 Subject: [PATCH] Bump splunk-sdk from 2.0.1 to 2.0.2 (#53) Bumps [splunk-sdk](https://github.com/splunk/splunk-sdk-python) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/splunk/splunk-sdk-python/releases) - [Changelog](https://github.com/splunk/splunk-sdk-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/splunk/splunk-sdk-python/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: splunk-sdk 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 9d9fe3c..dffd582 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "black" @@ -209,12 +209,12 @@ files = [ [[package]] name = "splunk-sdk" -version = "2.0.1" +version = "2.0.2" description = "The Splunk Software Development Kit for Python." optional = false python-versions = "*" files = [ - {file = "splunk-sdk-2.0.1.tar.gz", hash = "sha256:a1cc9b24e0c9c79ef8e2845fedcca066638219eef0018163f97795dbfa367c67"}, + {file = "splunk-sdk-2.0.2.tar.gz", hash = "sha256:d5ccf6e1b96e493b1399e071ef10f8337e0a39ac2b2acc73fdd375b87b4104cb"}, ] [package.dependencies] @@ -245,4 +245,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "87c2fc9d66c1e91419f910055b9e8e18eff428def77004f3c8937060c9094c04" +content-hash = "896f81f6367421a7a8f9c164188bbe0f0d144d4c230b1f897455e7b662103653" diff --git a/pyproject.toml b/pyproject.toml index 57cede8..dd336ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [] [tool.poetry.dependencies] python = "^3.8" -splunk-sdk = "^2.0.1" +splunk-sdk = "^2.0.2" [tool.poetry.group.dev.dependencies] mypy = "^1.10.1"