diff --git a/content/response_integrations/power_ups/email_utilities/pyproject.toml b/content/response_integrations/power_ups/email_utilities/pyproject.toml index 310ac87c3..ff458524a 100644 --- a/content/response_integrations/power_ups/email_utilities/pyproject.toml +++ b/content/response_integrations/power_ups/email_utilities/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "EmailUtilities" -version = "44.0" +version = "45.0" description = "A set of utility actions to assist with working with emails. Includes actions to parse EMLs and analyze email headers." requires-python = ">=3.11,<3.12" dependencies = [ @@ -41,13 +41,13 @@ dependencies = [ compressed-rtf = { url = "https://files.pythonhosted.org/packages/8e/ac/abb196bb0b42a239d605fe97c314c3312374749013a07da4e6e0408f223c/compressed_rtf-1.0.6.tar.gz" } dkimpy = { url = "https://files.pythonhosted.org/packages/f0/6f/84e91828186bbfcedd7f9385ef5e0d369632444195c20e08951b7ffe0481/dkimpy-1.1.8.tar.gz" } html2text = { url = "https://files.pythonhosted.org/packages/1a/43/e1d53588561e533212117750ee79ad0ba02a41f52a08c1df3396bd466c05/html2text-2024.2.26.tar.gz" } -integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } +integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" } pyleri = { url = "https://files.pythonhosted.org/packages/93/6a/4a2a8a05a4945b253d40654149056ae03b9d5747f3c1c423bb93f1e6d13f/pyleri-1.4.3.tar.gz" } red-black-tree-mod = { url = "https://files.pythonhosted.org/packages/34/12/944f61bc67a1e918953741c0b3b75a28f96d8060d08fd3614233309ced3b/red-black-tree-mod-1.20.tar.gz" } timeout-decorator = { url = "https://files.pythonhosted.org/packages/80/f8/0802dd14c58b5d3d72bb9caa4315535f58787a1dc50b81bbbcaaa15451be/timeout-decorator-0.5.0.tar.gz" } -tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } environmentcommon = { path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" } [dependency-groups] dev = [ diff --git a/content/response_integrations/power_ups/email_utilities/release_notes.yaml b/content/response_integrations/power_ups/email_utilities/release_notes.yaml index c05e48f8f..566c2903a 100644 --- a/content/response_integrations/power_ups/email_utilities/release_notes.yaml +++ b/content/response_integrations/power_ups/email_utilities/release_notes.yaml @@ -303,4 +303,10 @@ item_type: Action publish_time: '2026-01-05' ticket_number: '472959485' +- description: Integration - Updated Dependencies. + integration_version: 45.0 + item_name: EmailUtilities + item_type: Integration + publish_time: '2026-01-28' + ticket_number: '477008157' diff --git a/content/response_integrations/power_ups/email_utilities/uv.lock b/content/response_integrations/power_ups/email_utilities/uv.lock index 9f436eed9..c5ed2beee 100644 --- a/content/response_integrations/power_ups/email_utilities/uv.lock +++ b/content/response_integrations/power_ups/email_utilities/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = "==3.11.*" [[package]] @@ -381,7 +381,7 @@ wheels = [ [[package]] name = "emailutilities" -version = "44.0" +version = "45.0" source = { virtual = "." } dependencies = [ { name = "checkdmarc" }, @@ -454,7 +454,7 @@ requires-dist = [ { name = "requests", specifier = ">=2.32.3" }, { name = "setuptools", specifier = ">=80.9.0" }, { name = "timeout-decorator", url = "https://files.pythonhosted.org/packages/80/f8/0802dd14c58b5d3d72bb9caa4315535f58787a1dc50b81bbbcaaa15451be/timeout-decorator-0.5.0.tar.gz" }, - { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" }, + { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" }, { name = "tld", specifier = "==0.13" }, { name = "tldextract", specifier = ">=5.3.0" }, { name = "urlextract", specifier = "==1.9.0" }, @@ -462,7 +462,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" }, + { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "pytest-json-report", specifier = ">=1.5.0" }, { name = "soar-sdk", git = "https://github.com/chronicle/soar-sdk.git" }, @@ -731,8 +731,8 @@ wheels = [ [[package]] name = "integration-testing" -version = "2.2.20" -source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } dependencies = [ { name = "aiohttp" }, { name = "environmentcommon" }, @@ -743,7 +743,7 @@ dependencies = [ { name = "yarl" }, ] wheels = [ - { filename = "integration_testing-2.2.20-py3-none-any.whl", hash = "sha256:700fa7c8dc97d1d4efe36db730783d7a26804a7dbd923ac11110c7489b8b305c" }, + { filename = "integration_testing-2.2.24-py3-none-any.whl", hash = "sha256:68216293019f42ef7e236e3a1bb33fa9852b076f5605f8ccba7a1abf3cd17338" }, ] [package.metadata] @@ -1342,8 +1342,8 @@ sdist = { hash = "sha256:6a2f2f58db1c5b24a2cc79de6345760377ad8bdc13813f5265f6c3e [[package]] name = "tipcommon" -version = "2.2.20" -source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } dependencies = [ { name = "google-api-python-client" }, { name = "google-auth" }, @@ -1355,7 +1355,7 @@ dependencies = [ { name = "requests-toolbelt" }, ] wheels = [ - { filename = "tipcommon-2.2.20-py2.py3-none-any.whl", hash = "sha256:1cc31bf82ae95f005cd3c3e3fce76c602a00f02a5a741f21a3dfe481b453f826" }, + { filename = "tipcommon-2.2.24-py2.py3-none-any.whl", hash = "sha256:41a33a91100c6299f32858e3dd67f3272ec4e7477ede4413370f58fcab895cbd" }, ] [package.metadata] diff --git a/content/response_integrations/power_ups/enrichment/pyproject.toml b/content/response_integrations/power_ups/enrichment/pyproject.toml index 0f06bcaaf..30873bce1 100644 --- a/content/response_integrations/power_ups/enrichment/pyproject.toml +++ b/content/response_integrations/power_ups/enrichment/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Enrichment" -version = "31.0" +version = "32.0" description = "A set of entity enrichment actions to assist in the managing of entity attributes." requires-python = ">=3.11,<3.12" dependencies = [ @@ -16,8 +16,8 @@ dependencies = [ ] [tool.uv.sources] -integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } -tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } +tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } environmentcommon = { path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" } soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" } whois-alt = { url = "https://files.pythonhosted.org/packages/28/2c/9220dff07bedf7712a7b1b73f7d022be597d177f6b146380110db31cf71f/whois_alt-2.5.0.tar.gz" } diff --git a/content/response_integrations/power_ups/enrichment/release_notes.yaml b/content/response_integrations/power_ups/enrichment/release_notes.yaml index c77588301..a04f449f4 100644 --- a/content/response_integrations/power_ups/enrichment/release_notes.yaml +++ b/content/response_integrations/power_ups/enrichment/release_notes.yaml @@ -191,3 +191,9 @@ item_type: Integration publish_time: '2026-01-07' ticket_number: '467333051' +- description: Integration - Updated Dependencies. + integration_version: 32.0 + item_name: Enrichment + item_type: Integration + publish_time: '2026-01-28' + ticket_number: '477008157' diff --git a/content/response_integrations/power_ups/enrichment/uv.lock b/content/response_integrations/power_ups/enrichment/uv.lock index 15c65c0a3..2104d1ae5 100644 --- a/content/response_integrations/power_ups/enrichment/uv.lock +++ b/content/response_integrations/power_ups/enrichment/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = "==3.11.*" [[package]] @@ -275,7 +275,7 @@ wheels = [ [[package]] name = "enrichment" -version = "31.0" +version = "32.0" source = { virtual = "." } dependencies = [ { name = "environmentcommon" }, @@ -306,7 +306,7 @@ requires-dist = [ { name = "jsonpath-ng", specifier = "==1.7.0" }, { name = "requests", specifier = ">=2.32.3" }, { name = "setuptools", specifier = ">=80.9.0" }, - { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" }, + { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" }, { name = "tldextract", specifier = ">=5.3.0" }, { name = "whois-alt", url = "https://files.pythonhosted.org/packages/28/2c/9220dff07bedf7712a7b1b73f7d022be597d177f6b146380110db31cf71f/whois_alt-2.5.0.tar.gz" }, ] @@ -314,7 +314,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ { name = "environmentcommon", path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" }, - { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" }, + { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "pytest-json-report", specifier = ">=1.5.0" }, { name = "soar-sdk", git = "https://github.com/chronicle/soar-sdk.git" }, @@ -527,8 +527,8 @@ wheels = [ [[package]] name = "integration-testing" -version = "2.2.20" -source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } dependencies = [ { name = "aiohttp" }, { name = "environmentcommon" }, @@ -539,7 +539,7 @@ dependencies = [ { name = "yarl" }, ] wheels = [ - { filename = "integration_testing-2.2.20-py3-none-any.whl", hash = "sha256:700fa7c8dc97d1d4efe36db730783d7a26804a7dbd923ac11110c7489b8b305c" }, + { filename = "integration_testing-2.2.24-py3-none-any.whl", hash = "sha256:68216293019f42ef7e236e3a1bb33fa9852b076f5605f8ccba7a1abf3cd17338" }, ] [package.metadata] @@ -942,8 +942,8 @@ dependencies = [ [[package]] name = "tipcommon" -version = "2.2.20" -source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } dependencies = [ { name = "google-api-python-client" }, { name = "google-auth" }, @@ -955,7 +955,7 @@ dependencies = [ { name = "requests-toolbelt" }, ] wheels = [ - { filename = "tipcommon-2.2.20-py2.py3-none-any.whl", hash = "sha256:1cc31bf82ae95f005cd3c3e3fce76c602a00f02a5a741f21a3dfe481b453f826" }, + { filename = "tipcommon-2.2.24-py2.py3-none-any.whl", hash = "sha256:41a33a91100c6299f32858e3dd67f3272ec4e7477ede4413370f58fcab895cbd" }, ] [package.metadata] diff --git a/content/response_integrations/power_ups/file_utilities/pyproject.toml b/content/response_integrations/power_ups/file_utilities/pyproject.toml index 9e02482f9..97f89cbdd 100644 --- a/content/response_integrations/power_ups/file_utilities/pyproject.toml +++ b/content/response_integrations/power_ups/file_utilities/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FileUtilities" -version = "21.0" +version = "22.0" description = "A set of file utility actions created for Google SecOps Community to power up playbook capabilities. " requires-python = ">=3.11,<3.12" dependencies = [ @@ -23,8 +23,8 @@ dev = [ [tool.uv.sources] soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" } -integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } -tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } +tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } environmentcommon = { path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" } [[tool.uv.index]] diff --git a/content/response_integrations/power_ups/file_utilities/release_notes.yaml b/content/response_integrations/power_ups/file_utilities/release_notes.yaml index 8ace587b2..801b6af84 100644 --- a/content/response_integrations/power_ups/file_utilities/release_notes.yaml +++ b/content/response_integrations/power_ups/file_utilities/release_notes.yaml @@ -148,4 +148,10 @@ item_name: Get Attachment item_type: Action publish_time: '2026-01-12' - ticket_number: '474550397, 474643232' \ No newline at end of file + ticket_number: '474550397, 474643232' +- description: Integration - Updated Dependencies. + integration_version: 22.0 + item_name: FileUtilities + item_type: Integration + publish_time: '2026-01-28' + ticket_number: '477008157' \ No newline at end of file diff --git a/content/response_integrations/power_ups/file_utilities/uv.lock b/content/response_integrations/power_ups/file_utilities/uv.lock index 221d5fff4..110d390a0 100644 --- a/content/response_integrations/power_ups/file_utilities/uv.lock +++ b/content/response_integrations/power_ups/file_utilities/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = "==3.11.*" [[package]] @@ -253,7 +253,7 @@ wheels = [ [[package]] name = "fileutilities" -version = "21.0" +version = "22.0" source = { virtual = "." } dependencies = [ { name = "environmentcommon" }, @@ -281,12 +281,12 @@ requires-dist = [ { name = "python-magic", marker = "sys_platform != 'win32'", specifier = ">=0.4.27" }, { name = "python-magic-bin", marker = "sys_platform == 'win32'", specifier = ">=0.4.14" }, { name = "requests", specifier = ">=2.32.3" }, - { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" }, + { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" }, ] [package.metadata.requires-dev] dev = [ - { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" }, + { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "pytest-json-report", specifier = ">=1.5.0" }, { name = "soar-sdk", git = "https://github.com/chronicle/soar-sdk.git" }, @@ -457,8 +457,8 @@ wheels = [ [[package]] name = "integration-testing" -version = "2.2.20" -source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } dependencies = [ { name = "aiohttp" }, { name = "environmentcommon" }, @@ -469,7 +469,7 @@ dependencies = [ { name = "yarl" }, ] wheels = [ - { filename = "integration_testing-2.2.20-py3-none-any.whl", hash = "sha256:700fa7c8dc97d1d4efe36db730783d7a26804a7dbd923ac11110c7489b8b305c" }, + { filename = "integration_testing-2.2.24-py3-none-any.whl", hash = "sha256:68216293019f42ef7e236e3a1bb33fa9852b076f5605f8ccba7a1abf3cd17338" }, ] [package.metadata] @@ -823,8 +823,8 @@ dependencies = [ [[package]] name = "tipcommon" -version = "2.2.20" -source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } dependencies = [ { name = "google-api-python-client" }, { name = "google-auth" }, @@ -836,7 +836,7 @@ dependencies = [ { name = "requests-toolbelt" }, ] wheels = [ - { filename = "tipcommon-2.2.20-py2.py3-none-any.whl", hash = "sha256:1cc31bf82ae95f005cd3c3e3fce76c602a00f02a5a741f21a3dfe481b453f826" }, + { filename = "tipcommon-2.2.24-py2.py3-none-any.whl", hash = "sha256:41a33a91100c6299f32858e3dd67f3272ec4e7477ede4413370f58fcab895cbd" }, ] [package.metadata] diff --git a/content/response_integrations/power_ups/lists/pyproject.toml b/content/response_integrations/power_ups/lists/pyproject.toml index 2e29e2a53..1e09449ab 100644 --- a/content/response_integrations/power_ups/lists/pyproject.toml +++ b/content/response_integrations/power_ups/lists/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Lists" -version = "11.0" +version = "12.0" description = "A set of tools to facilitate managing custom lists within Google SecOps." requires-python = ">=3.11,<3.12" dependencies = [ @@ -19,8 +19,8 @@ dev = [ [tool.uv.sources] soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" } -integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } -tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } +tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } environmentcommon = { path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" } [[tool.uv.index]] diff --git a/content/response_integrations/power_ups/lists/release_notes.yaml b/content/response_integrations/power_ups/lists/release_notes.yaml index 2fc612639..fd35c31c9 100644 --- a/content/response_integrations/power_ups/lists/release_notes.yaml +++ b/content/response_integrations/power_ups/lists/release_notes.yaml @@ -82,3 +82,9 @@ item_type: Integration publish_time: '2025-12-24' ticket_number: '458248675' +- description: Integration - Updated Dependencies. + integration_version: 12.0 + item_name: Lists + item_type: Integration + publish_time: '2026-01-28' + ticket_number: '477008157' \ No newline at end of file diff --git a/content/response_integrations/power_ups/lists/uv.lock b/content/response_integrations/power_ups/lists/uv.lock index d2c05308c..598bfa467 100644 --- a/content/response_integrations/power_ups/lists/uv.lock +++ b/content/response_integrations/power_ups/lists/uv.lock @@ -398,8 +398,8 @@ wheels = [ [[package]] name = "integration-testing" -version = "2.2.20" -source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } dependencies = [ { name = "aiohttp" }, { name = "environmentcommon" }, @@ -410,7 +410,7 @@ dependencies = [ { name = "yarl" }, ] wheels = [ - { filename = "integration_testing-2.2.20-py3-none-any.whl", hash = "sha256:700fa7c8dc97d1d4efe36db730783d7a26804a7dbd923ac11110c7489b8b305c" }, + { filename = "integration_testing-2.2.24-py3-none-any.whl", hash = "sha256:68216293019f42ef7e236e3a1bb33fa9852b076f5605f8ccba7a1abf3cd17338" }, ] [package.metadata] @@ -426,7 +426,7 @@ requires-dist = [ [[package]] name = "lists" -version = "11.0" +version = "12.0" source = { virtual = "." } dependencies = [ { name = "environmentcommon" }, @@ -445,13 +445,13 @@ dev = [ [package.metadata] requires-dist = [ { name = "environmentcommon", path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" }, - { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" }, + { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" }, ] [package.metadata.requires-dev] dev = [ { name = "environmentcommon", path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" }, - { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.20-py3-none-any.whl" }, + { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "pytest-json-report", specifier = ">=1.5.0" }, { name = "soar-sdk", git = "https://github.com/chronicle/soar-sdk.git" }, @@ -779,8 +779,8 @@ dependencies = [ [[package]] name = "tipcommon" -version = "2.2.20" -source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.20/TIPCommon-2.2.20-py2.py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } dependencies = [ { name = "google-api-python-client" }, { name = "google-auth" }, @@ -792,7 +792,7 @@ dependencies = [ { name = "requests-toolbelt" }, ] wheels = [ - { filename = "tipcommon-2.2.20-py2.py3-none-any.whl", hash = "sha256:1cc31bf82ae95f005cd3c3e3fce76c602a00f02a5a741f21a3dfe481b453f826" }, + { filename = "tipcommon-2.2.24-py2.py3-none-any.whl", hash = "sha256:41a33a91100c6299f32858e3dd67f3272ec4e7477ede4413370f58fcab895cbd" }, ] [package.metadata] diff --git a/content/response_integrations/power_ups/tools/pyproject.toml b/content/response_integrations/power_ups/tools/pyproject.toml index 1476e9a97..59eea3f0a 100644 --- a/content/response_integrations/power_ups/tools/pyproject.toml +++ b/content/response_integrations/power_ups/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Tools" -version = "73.0" +version = "74.0" description = "A set of utility actions for data manipulation and common platform tasks to power up playbook capabilities." requires-python = ">=3.11,<3.12" dependencies = [ @@ -27,9 +27,9 @@ dev = [ [tool.uv.sources] environmentcommon = { path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" } -integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.22-py3-none-any.whl" } +integration-testing = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" } -tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.22/TIPCommon-2.2.22-py2.py3-none-any.whl" } +tipcommon = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } [[tool.uv.index]] url = "https://pypi.org/simple" diff --git a/content/response_integrations/power_ups/tools/release_notes.yaml b/content/response_integrations/power_ups/tools/release_notes.yaml index 99e295d29..eb15b6290 100644 --- a/content/response_integrations/power_ups/tools/release_notes.yaml +++ b/content/response_integrations/power_ups/tools/release_notes.yaml @@ -556,8 +556,14 @@ ticket_number: '458248341' - description: REGRESSIVE! Get Case Data - Refactored the code to work with updated API. integration_version: 73.0 - item_name: Tools - item_type: Get Case Data + item_name: Get Case Data + item_type: Action publish_time: '2026-01-07' ticket_number: '455834066' regressive: true +- description: Integration - Updated Dependencies. + integration_version: 74.0 + item_name: Tools + item_type: Integration + publish_time: '2026-01-28' + ticket_number: '477008157' diff --git a/content/response_integrations/power_ups/tools/uv.lock b/content/response_integrations/power_ups/tools/uv.lock index 3cb5f3adf..349be4c1d 100644 --- a/content/response_integrations/power_ups/tools/uv.lock +++ b/content/response_integrations/power_ups/tools/uv.lock @@ -441,8 +441,8 @@ wheels = [ [[package]] name = "integration-testing" -version = "2.2.22" -source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.22-py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" } dependencies = [ { name = "aiohttp" }, { name = "environmentcommon" }, @@ -453,7 +453,7 @@ dependencies = [ { name = "yarl" }, ] wheels = [ - { filename = "integration_testing-2.2.22-py3-none-any.whl", hash = "sha256:1ac4db5f936c8d18db93bdb854822d1ccabe953825399e5220a633f1cc619f69" }, + { filename = "integration_testing-2.2.24-py3-none-any.whl", hash = "sha256:68216293019f42ef7e236e3a1bb33fa9852b076f5605f8ccba7a1abf3cd17338" }, ] [package.metadata] @@ -876,8 +876,8 @@ dependencies = [ [[package]] name = "tipcommon" -version = "2.2.22" -source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.22/TIPCommon-2.2.22-py2.py3-none-any.whl" } +version = "2.2.24" +source = { path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } dependencies = [ { name = "google-api-python-client" }, { name = "google-auth" }, @@ -889,7 +889,7 @@ dependencies = [ { name = "requests-toolbelt" }, ] wheels = [ - { filename = "tipcommon-2.2.22-py2.py3-none-any.whl", hash = "sha256:4bfbbf6dca12e0337e0eb65bfd73c7e3c842ecd6265bdb9f1559c74699784288" }, + { filename = "tipcommon-2.2.24-py2.py3-none-any.whl", hash = "sha256:41a33a91100c6299f32858e3dd67f3272ec4e7477ede4413370f58fcab895cbd" }, ] [package.metadata] @@ -921,7 +921,7 @@ wheels = [ [[package]] name = "tools" -version = "73.0" +version = "74.0" source = { virtual = "." } dependencies = [ { name = "croniter" }, @@ -955,14 +955,14 @@ requires-dist = [ { name = "pyopenssl", specifier = ">=24.3.0" }, { name = "pyspellchecker", specifier = "==0.8.2" }, { name = "requests", specifier = ">=2.32.3" }, - { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.22/TIPCommon-2.2.22-py2.py3-none-any.whl" }, + { name = "tipcommon", path = "../../../../packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" }, { name = "tldextract", specifier = "==5.1.3" }, ] [package.metadata.requires-dev] dev = [ { name = "environmentcommon", path = "../../../../packages/envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" }, - { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.22-py3-none-any.whl" }, + { name = "integration-testing", path = "../../../../packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "pytest-json-report", specifier = ">=1.5.0" }, { name = "soar-sdk", git = "https://github.com/chronicle/soar-sdk.git" }, diff --git a/packages/integration_testing/pyproject.toml b/packages/integration_testing/pyproject.toml index e672bda3b..e5eaabe19 100644 --- a/packages/integration_testing/pyproject.toml +++ b/packages/integration_testing/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "integration-testing" -version = "2.2.22" +version = "2.2.24" description = "Blackbox testing infrastructure to test and run marketplace integration scripts locally using mocks." readme = "README.md" authors = [ @@ -48,7 +48,7 @@ testpaths = [ ] [tool.uv.sources] -tipcommon = { path = "../tipcommon/TIPCommon-2.2.22/TIPCommon-2.2.22-py2.py3-none-any.whl" } +tipcommon = { path = "../tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } environmentcommon = { path = "../envcommon/EnvironmentCommon-1.0.2/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" } soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" } diff --git a/packages/integration_testing/uv.lock b/packages/integration_testing/uv.lock index cff05a0d5..daced207b 100644 --- a/packages/integration_testing/uv.lock +++ b/packages/integration_testing/uv.lock @@ -407,7 +407,7 @@ wheels = [ [[package]] name = "integration-testing" -version = "2.2.22" +version = "2.2.24" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -436,7 +436,7 @@ requires-dist = [ { name = "pyyaml", specifier = ">=6.0.2" }, { name = "requests", specifier = ">=2.32.3" }, { name = "soar-sdk", git = "https://github.com/chronicle/soar-sdk.git" }, - { name = "tipcommon", path = "../tipcommon/TIPCommon-2.2.22/TIPCommon-2.2.22-py2.py3-none-any.whl" }, + { name = "tipcommon", path = "../tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" }, { name = "yarl", specifier = ">=1.20.1" }, ] @@ -844,8 +844,8 @@ dependencies = [ [[package]] name = "tipcommon" -version = "2.2.22" -source = { path = "../tipcommon/TIPCommon-2.2.22/TIPCommon-2.2.22-py2.py3-none-any.whl" } +version = "2.2.24" +source = { path = "../tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl" } dependencies = [ { name = "google-api-python-client" }, { name = "google-auth" }, @@ -857,7 +857,7 @@ dependencies = [ { name = "requests-toolbelt" }, ] wheels = [ - { filename = "tipcommon-2.2.22-py2.py3-none-any.whl", hash = "sha256:4bfbbf6dca12e0337e0eb65bfd73c7e3c842ecd6265bdb9f1559c74699784288" }, + { filename = "tipcommon-2.2.24-py2.py3-none-any.whl", hash = "sha256:41a33a91100c6299f32858e3dd67f3272ec4e7477ede4413370f58fcab895cbd" }, ] [package.metadata] diff --git a/packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl b/packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl new file mode 100644 index 000000000..0e01d3d66 Binary files /dev/null and b/packages/integration_testing_whls/integration_testing-2.2.24-py3-none-any.whl differ diff --git a/packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl b/packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl new file mode 100644 index 000000000..70f356a74 Binary files /dev/null and b/packages/tipcommon/TIPCommon-2.2.24/TIPCommon-2.2.24-py2.py3-none-any.whl differ