Skip to content

Commit

Permalink
chore(release): 5.0.2
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2023-07-25)

### Bug Fixes

* update splunksplwrapper dep where it retries service init ([#790](#790)) ([99c6594](99c6594))
  • Loading branch information
srv-rr-github-token committed Jul 25, 2023
1 parent 99c6594 commit a28d934
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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

================================================================================
================================================================================
Expand Down Expand Up @@ -104,7 +104,7 @@ SOFTWARE.


--------------------------------------------------------------------------------
Package Title: certifi (2023.5.7)
Package Title: certifi (2023.7.22)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -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 *
Expand Down Expand Up @@ -297,7 +297,7 @@ SOFTWARE.


--------------------------------------------------------------------------------
Package Title: exceptiongroup (1.1.1)
Package Title: exceptiongroup (1.1.2)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -412,7 +412,7 @@ Agreement.


--------------------------------------------------------------------------------
Package Title: execnet (1.9.0)
Package Title: execnet (2.0.2)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -441,7 +441,7 @@ MIT


--------------------------------------------------------------------------------
Package Title: Faker (17.6.0)
Package Title: Faker (18.13.0)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -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 *
Expand Down Expand Up @@ -2938,7 +2938,7 @@ SOFTWARE.


--------------------------------------------------------------------------------
Package Title: splunksplwrapper (1.0.1)
Package Title: splunksplwrapper (1.0.2)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -3182,7 +3182,7 @@ SOFTWARE.


--------------------------------------------------------------------------------
Package Title: typing-extensions (4.7.0)
Package Title: typing-extensions (4.7.1)
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -6370,4 +6370,4 @@ No license text available
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2023-6-30
Report Generated by FOSSA on 2023-7-25
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "APACHE-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pytest_splunk_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

__author__ = """Splunk Inc."""
__email__ = "[email protected]"
__version__ = "5.0.1"
__version__ = "5.0.2"

0 comments on commit a28d934

Please sign in to comment.