Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAPP-34909 update dependencies #11

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------- | -------- | ---- | -----------
Expand Down
18 changes: 5 additions & 13 deletions ivantiitsm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -6228,4 +6220,4 @@
"versions": "EQ(*)"
}
]
}
}
2 changes: 2 additions & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**Unreleased**

* Update dependencies [PAPP-34909]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
suds==0.4
suds-py3==1.4.4.1
Binary file removed wheels/suds-0.4-cp27-none-any.whl
Binary file not shown.
Loading