Skip to content

Commit

Permalink
fix: require splunk-sdk at least 2.0.2 (#414)
Browse files Browse the repository at this point in the history
Jira: https://splunk.atlassian.net/browse/ADDON-77054

This PR makes sure that `solnlib` will require at least `2.0.2` version
of `splunk-sdk`.
  • Loading branch information
artemrys authored Nov 29, 2024
1 parent ce6a2ca commit f50bf52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [
python = ">=3.7,<3.14"
sortedcontainers = ">=2"
defusedxml = ">=0.7"
splunk-sdk = ">=1.6"
splunk-sdk = ">=2.0.2"

[tool.poetry.group.dev.dependencies]
pytest = ">=7"
Expand Down

0 comments on commit f50bf52

Please sign in to comment.