Skip to content

Commit

Permalink
Merge branch 'INTG-2394' into 'develop'
Browse files Browse the repository at this point in the history
Bump version of RL SDK and dependencies

See merge request integrations/marketplace/splunk/reversinglabs-ticloudv2!3
  • Loading branch information
DinkoReversingLabs committed Oct 4, 2024
2 parents 7adb4ff + 53264a0 commit ff4a634
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 7 deletions.
7 changes: 7 additions & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
**Unreleased**
* Updated ReversingLabs SDK library version:
* Updated library version from reversinglabs_sdk_py3-2.5.4-py3-none-any.whl to reversinglabs_sdk_py3-2.7.0-py3-none-any.whl
* Updated dependencies libraries
* from certifi-2022.12.7-py3-none-any.whl to certifi-2024.2.2-py3-none-any.whl
* from idna-3.4-py3-none-any.whl to idna-3.7-py3-none-any.whl
* from requests-2.28.1-py3-none-any.whl to requests-2.32.2-py3-none-any.whl
* from urllib3-1.26.13-py2.py3-none-any.whl to urllib3-2.2.1-py3-none-any.whl
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
reversinglabs-sdk-py3==2.5.4
reversinglabs-sdk-py3==2.7.0
18 changes: 12 additions & 6 deletions reversinglabs_ticloudv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@
"contributors": [
{
"name": "DinkoReversingLabs"
},
{
"name": "RLakukolja"
},
{
"name": "MislavReversingLabs"
}
],
"license": "Copyright (c) ReversingLabs, 2024",
"app_version": "1.4.0",
"app_version": "1.4.1",
"utctime_updated": "2023-11-10T13:13:00.593313Z",
"package_name": "phantom_reversinglabs_ticloudv2",
"main_module": "reversinglabs_ticloudv2_connector.py",
Expand Down Expand Up @@ -4064,27 +4070,27 @@
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
"input_file": "wheels/py3/certifi-2024.2.2-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.1.1-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
"input_file": "wheels/py3/idna-3.7-py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/py3/requests-2.28.1-py3-none-any.whl"
"input_file": "wheels/py3/requests-2.32.2-py3-none-any.whl"
},
{
"module": "reversinglabs_sdk_py3",
"input_file": "wheels/py3/reversinglabs_sdk_py3-2.5.4-py3-none-any.whl"
"input_file": "wheels/py3/reversinglabs_sdk_py3-2.7.0-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
"input_file": "wheels/shared/urllib3-2.2.1-py3-none-any.whl"
}
]
}
Expand Down
Binary file removed wheels/py3/certifi-2022.12.7-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/certifi-2024.2.2-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/idna-3.4-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/idna-3.7-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/requests-2.28.1-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/requests-2.32.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl
Binary file not shown.
Binary file added wheels/shared/urllib3-2.2.1-py3-none-any.whl
Binary file not shown.

0 comments on commit ff4a634

Please sign in to comment.