Skip to content

Commit

Permalink
Bumping splunk-sdk to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbielinski-splunk committed Sep 9, 2024
1 parent b24219f commit ebfaf2b
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ beautifulsoup4==4.9.1
python-dateutil==2.8.1
pytz==2021.1
simplejson==3.17.2
splunk-sdk==1.7.2
splunk-sdk==2.0.1
xmltodict==0.13.0
26 changes: 23 additions & 3 deletions splunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "deprecation",
"input_file": "wheels/shared/deprecation-2.1.0-py2.py3-none-any.whl"
},
{
"module": "packaging",
"input_file": "wheels/py3/packaging-21.3-py3-none-any.whl"
},
{
"module": "pyparsing",
"input_file": "wheels/py3/pyparsing-3.1.4-py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
Expand All @@ -78,7 +90,7 @@
},
{
"module": "splunk_sdk",
"input_file": "wheels/py3/splunk_sdk-1.7.2-py3-none-any.whl"
"input_file": "wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl"
},
{
"module": "xmltodict",
Expand Down Expand Up @@ -1271,6 +1283,14 @@
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "deprecation",
"input_file": "wheels/shared/deprecation-2.1.0-py2.py3-none-any.whl"
},
{
"module": "packaging",
"input_file": "wheels/py3/packaging-24.1-py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
Expand All @@ -1289,11 +1309,11 @@
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
"input_file": "wheels/py3/soupsieve-2.6-py3-none-any.whl"
},
{
"module": "splunk_sdk",
"input_file": "wheels/py3/splunk_sdk-1.7.2-py3-none-any.whl"
"input_file": "wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl"
},
{
"module": "xmltodict",
Expand Down
Binary file added wheels/py3/packaging-21.3-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/packaging-24.1-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/pyparsing-3.1.4-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.5-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/soupsieve-2.6-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/splunk_sdk-1.7.2-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ebfaf2b

Please sign in to comment.