From a28d93435720f733bab3e932c2e70f158427e136 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:18:26 +0000 Subject: [PATCH] chore(release): 5.0.2 ## [5.0.2](https://github.com/splunk/pytest-splunk-addon/compare/v5.0.1...v5.0.2) (2023-07-25) ### Bug Fixes * update splunksplwrapper dep where it retries service init ([#790](https://github.com/splunk/pytest-splunk-addon/issues/790)) ([99c6594](https://github.com/splunk/pytest-splunk-addon/commit/99c659468ec099b70c1f67c867dc3c1597ad89f9)) --- NOTICE | 22 +++++++++++----------- pyproject.toml | 2 +- pytest_splunk_addon/__init__.py | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NOTICE b/NOTICE index c3da33c37..f48926a3c 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2023-6-30 +Date generated: 2023-7-25 -Revision ID: 79871fd6980fd6e83eab98c738aaa9b464cd4924 +Revision ID: 99c659468ec099b70c1f67c867dc3c1597ad89f9 ================================================================================ ================================================================================ @@ -104,7 +104,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: certifi (2023.5.7) +Package Title: certifi (2023.7.22) -------------------------------------------------------------------------------- * Declared Licenses * @@ -136,7 +136,7 @@ one at http://mozilla.org/MPL/2.0/. -------------------------------------------------------------------------------- -Package Title: charset-normalizer (3.1.0) +Package Title: charset-normalizer (3.2.0) -------------------------------------------------------------------------------- * Declared Licenses * @@ -297,7 +297,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: exceptiongroup (1.1.1) +Package Title: exceptiongroup (1.1.2) -------------------------------------------------------------------------------- * Declared Licenses * @@ -412,7 +412,7 @@ Agreement. -------------------------------------------------------------------------------- -Package Title: execnet (1.9.0) +Package Title: execnet (2.0.2) -------------------------------------------------------------------------------- * Declared Licenses * @@ -441,7 +441,7 @@ MIT -------------------------------------------------------------------------------- -Package Title: Faker (17.6.0) +Package Title: Faker (18.13.0) -------------------------------------------------------------------------------- * Declared Licenses * @@ -2891,7 +2891,7 @@ See the License for the specific language governing permissions and limitations -------------------------------------------------------------------------------- -Package Title: splunk-sdk (1.7.3) +Package Title: splunk-sdk (1.7.4) -------------------------------------------------------------------------------- * Declared Licenses * @@ -2938,7 +2938,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: splunksplwrapper (1.0.1) +Package Title: splunksplwrapper (1.0.2) -------------------------------------------------------------------------------- * Declared Licenses * @@ -3182,7 +3182,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: typing-extensions (4.7.0) +Package Title: typing-extensions (4.7.1) -------------------------------------------------------------------------------- * Declared Licenses * @@ -6370,4 +6370,4 @@ No license text available -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2023-6-30 +Report Generated by FOSSA on 2023-7-25 diff --git a/pyproject.toml b/pyproject.toml index 099f5d443..3e1b5a854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "5.0.1" +version = "5.0.2" description = "A Dynamic test tool for Splunk Apps and Add-ons" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/pytest_splunk_addon/__init__.py b/pytest_splunk_addon/__init__.py index 04d75b099..f9dbf946d 100644 --- a/pytest_splunk_addon/__init__.py +++ b/pytest_splunk_addon/__init__.py @@ -18,4 +18,4 @@ __author__ = """Splunk Inc.""" __email__ = "addonfactory@splunk.com" -__version__ = "5.0.1" +__version__ = "5.0.2"