diff --git a/README.md b/README.md index 78ac470..f58cb08 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Connector Version: 3.0.0 Product Vendor: Ivanti Product Name: ITSM Product Version Supported (regex): ".\*" -Minimum Product Version: 6.2.2 +Minimum Product Version: 6.3.0 This app integrates with Ivanti ITSM to provide ingestion and several ticketing actions ### Configuration Variables -The below configuration variables are required for this Connector to operate. These variables are specified when configuring a ITSM asset in SOAR. +This table lists the configuration variables required to operate Ivanti ITSM. These variables are specified when configuring a ITSM asset in Splunk SOAR. VARIABLE | REQUIRED | TYPE | DESCRIPTION -------- | -------- | ---- | ----------- diff --git a/ivantiitsm.json b/ivantiitsm.json index 00aae24..1873f41 100644 --- a/ivantiitsm.json +++ b/ivantiitsm.json @@ -9,31 +9,23 @@ "product_name": "ITSM", "product_version_regex": ".*", "publisher": "Splunk Community", - "license": "Copyright (c) 2017-2022 Splunk Inc.", + "license": "Copyright (c) 2017-2024 Splunk Inc.", "app_version": "3.0.0", "utctime_updated": "2022-01-18T22:40:10.000000Z", "package_name": "phantom_ivanti_itsm", "main_module": "ivantiitsm_connector.py", - "min_phantom_version": "6.2.2", + "min_phantom_version": "6.3.0", "fips_compliant": true, "latest_tested_versions": [ "Ivanti ITSM Cloud, 2005-2021 on July 19, 2021" ], "python_version": "3", "app_wizard_version": "1.0.0", - "pip_dependencies": { - "wheel": [ - { - "module": "suds", - "input_file": "wheels/suds-0.4-cp27-none-any.whl" - } - ] - }, "pip3_dependencies": { "wheel": [ { - "module": "suds", - "input_file": "wheels/suds_py3-1.4.4.1-py3-none-any.whl" + "module": "suds_py3", + "input_file": "wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl" } ] }, @@ -6228,4 +6220,4 @@ "versions": "EQ(*)" } ] -} \ No newline at end of file +} diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..a27a983 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,3 @@ **Unreleased** + +* Update dependencies [PAPP-34909] diff --git a/requirements.txt b/requirements.txt index 03c285e..63bb989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -suds==0.4 suds-py3==1.4.4.1 diff --git a/wheels/suds_py3-1.4.4.1-py3-none-any.whl b/wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl similarity index 100% rename from wheels/suds_py3-1.4.4.1-py3-none-any.whl rename to wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl diff --git a/wheels/suds-0.4-cp27-none-any.whl b/wheels/suds-0.4-cp27-none-any.whl deleted file mode 100644 index 92053e6..0000000 Binary files a/wheels/suds-0.4-cp27-none-any.whl and /dev/null differ