diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12991e1..c1ee16c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/phantomcyber/dev-cicd-tools - rev: v1.17 + rev: v1.18 hooks: - id: org-hook - id: package-app-dependencies - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: ['--no-verify', '--exclude-files', '^splunk.json$'] diff --git a/splunk.json b/splunk.json index 27767fe..6e83b83 100644 --- a/splunk.json +++ b/splunk.json @@ -52,10 +52,6 @@ "license": "Copyright (c) 2016-2024 Splunk Inc.", "pip_dependencies": { "wheel": [ - { - "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" @@ -68,10 +64,6 @@ "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" - }, { "module": "pytz", "input_file": "wheels/shared/pytz-2021.1-py2.py3-none-any.whl" @@ -80,21 +72,9 @@ "module": "simplejson", "input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, - { - "module": "six", - "input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl" - }, - { - "module": "soupsieve", - "input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl" - }, { "module": "splunk_sdk", "input_file": "wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl" - }, - { - "module": "xmltodict", - "input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl" } ] }, @@ -1286,10 +1266,6 @@ ], "pip39_dependencies": { "wheel": [ - { - "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" @@ -1298,10 +1274,6 @@ "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" - }, { "module": "pytz", "input_file": "wheels/shared/pytz-2021.1-py2.py3-none-any.whl" @@ -1310,21 +1282,9 @@ "module": "simplejson", "input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }, - { - "module": "six", - "input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl" - }, - { - "module": "soupsieve", - "input_file": "wheels/py3/soupsieve-2.6-py3-none-any.whl" - }, { "module": "splunk_sdk", "input_file": "wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl" - }, - { - "module": "xmltodict", - "input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl" } ] } diff --git a/wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl b/wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl deleted file mode 100644 index 080b2f8..0000000 Binary files a/wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl b/wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl deleted file mode 100644 index b363a9b..0000000 Binary files a/wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/soupsieve-2.6-py3-none-any.whl b/wheels/py3/soupsieve-2.6-py3-none-any.whl deleted file mode 100644 index b1ebb19..0000000 Binary files a/wheels/py3/soupsieve-2.6-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl b/wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl index 3f7ff29..92ed79f 100644 Binary files a/wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl and b/wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl differ diff --git a/wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl index 7f7538e..bda1c53 100644 Binary files a/wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl and b/wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl index a24d0c0..04cda4d 100644 Binary files a/wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl and b/wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl b/wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl deleted file mode 100644 index 4dc1855..0000000 Binary files a/wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl and /dev/null differ diff --git a/wheels/shared/six-1.16.0-py2.py3-none-any.whl b/wheels/shared/six-1.16.0-py2.py3-none-any.whl deleted file mode 100644 index fd94265..0000000 Binary files a/wheels/shared/six-1.16.0-py2.py3-none-any.whl and /dev/null differ diff --git a/wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl b/wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl deleted file mode 100644 index 2381841..0000000 Binary files a/wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl and /dev/null differ