From 574c2454354469d961c668b0aec82c62dc55b952 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 6 Sep 2023 11:34:54 +0200 Subject: [PATCH 1/2] feat: bump splunksplwrapper to 1.1.0 New version of splunksplwrapper deals with a deprecation warning regarding using ResultsReader from splunk-sdk. --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15922458b..58ccf743b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -375,14 +375,14 @@ files = [ [[package]] name = "httplib2" -version = "0.21.0" +version = "0.22.0" description = "A comprehensive HTTP client library." category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "httplib2-0.21.0-py3-none-any.whl", hash = "sha256:987c8bb3eb82d3fa60c68699510a692aa2ad9c4bd4f123e51dfb1488c14cdd01"}, - {file = "httplib2-0.21.0.tar.gz", hash = "sha256:fc144f091c7286b82bec71bdbd9b27323ba709cc612568d3000893bfd9cb4b34"}, + {file = "httplib2-0.22.0-py3-none-any.whl", hash = "sha256:14ae0a53c1ba8f3d37e9e27cf37eabb0fb9980f435ba405d546948b009dd64dc"}, + {file = "httplib2-0.22.0.tar.gz", hash = "sha256:d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81"}, ] [package.dependencies] @@ -1064,19 +1064,19 @@ files = [ [[package]] name = "splunksplwrapper" -version = "1.0.2" +version = "1.1.0" description = "Package to interact with Splunk" category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "splunksplwrapper-1.0.2-py3-none-any.whl", hash = "sha256:39f335a37a6c178a50ad1a077239dd2321a22c8ce1dddb54249723d7ca4fbce6"}, - {file = "splunksplwrapper-1.0.2.tar.gz", hash = "sha256:871665df2cfe5774f86cd22adb44966b0e589119765fbf3b04044fe0dd3aa751"}, + {file = "splunksplwrapper-1.1.0-py3-none-any.whl", hash = "sha256:97e40b3c5671a1e0e5bb799059258475495e8b3971a9ce275ba50edccbad6986"}, + {file = "splunksplwrapper-1.1.0.tar.gz", hash = "sha256:c74f68f6f895d955a390ef7c24fc2dd5a6d1495e641ccf7d03f3b204437c3e3a"}, ] [package.dependencies] defusedxml = ">=0.7.1,<0.8.0" -httplib2 = ">=0.21.0,<0.22.0" +httplib2 = ">=0.22.0,<0.23.0" splunk-sdk = ">=1.6" [[package]] @@ -1174,4 +1174,4 @@ docker = ["lovely-pytest-docker"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "311179a67f96d04babb629af5b668c205ad0f3a633b0d9d067ccda4e23331e2f" +content-hash = "02fe6786965663953f667cabbeb974974760e205165d4204f5f518d09b3c369e" diff --git a/pyproject.toml b/pyproject.toml index 3e1b5a854..ad817d833 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ defusedxml = "^0.7.1" Faker = ">=13.12,<19.0.0" xmltodict = "^0.13.0" xmlschema = "^1.11.3" -splunksplwrapper = "^1.0.2" +splunksplwrapper = "^1.1.0" urllib3 = "<2" [tool.poetry.extras] From be413554b90302c38a005c516f606e30c4e4cf4b Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 6 Sep 2023 15:55:19 +0200 Subject: [PATCH 2/2] fix: update splunksplwrapper to 1.1.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58ccf743b..2afa3fd7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1064,20 +1064,20 @@ files = [ [[package]] name = "splunksplwrapper" -version = "1.1.0" +version = "1.1.1" description = "Package to interact with Splunk" category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "splunksplwrapper-1.1.0-py3-none-any.whl", hash = "sha256:97e40b3c5671a1e0e5bb799059258475495e8b3971a9ce275ba50edccbad6986"}, - {file = "splunksplwrapper-1.1.0.tar.gz", hash = "sha256:c74f68f6f895d955a390ef7c24fc2dd5a6d1495e641ccf7d03f3b204437c3e3a"}, + {file = "splunksplwrapper-1.1.1-py3-none-any.whl", hash = "sha256:6dd93a144c77f78d7b756a05659da76ee5e44773378336d44365e4a046e7cd1c"}, + {file = "splunksplwrapper-1.1.1.tar.gz", hash = "sha256:71d5fc3d37a9105d804d95bd9778023d3f4e7b3d5d2dc71cdcf8019a258395a8"}, ] [package.dependencies] defusedxml = ">=0.7.1,<0.8.0" httplib2 = ">=0.22.0,<0.23.0" -splunk-sdk = ">=1.6" +splunk-sdk = ">=1.6.20" [[package]] name = "tomli" @@ -1174,4 +1174,4 @@ docker = ["lovely-pytest-docker"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "02fe6786965663953f667cabbeb974974760e205165d4204f5f518d09b3c369e" +content-hash = "3991846ee08d8361150ea70124cda97fdb6ceb243f8fa2e3865b89e6ace8056a" diff --git a/pyproject.toml b/pyproject.toml index ad817d833..a8c391661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ defusedxml = "^0.7.1" Faker = ">=13.12,<19.0.0" xmltodict = "^0.13.0" xmlschema = "^1.11.3" -splunksplwrapper = "^1.1.0" +splunksplwrapper = "^1.1.1" urllib3 = "<2" [tool.poetry.extras]