From 77f0f248e4a81cad1ce95526cd51e83a8549c12c Mon Sep 17 00:00:00 2001 From: Menachem Weinfeld <90556466+mmhw@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:39:14 +0300 Subject: [PATCH] Deleting an unused import (#29408) --- .../IdentityRecordedFuture/IdentityRecordedFuture.py | 2 +- .../IdentityRecordedFuture/IdentityRecordedFuture.yml | 2 +- Packs/IdentityRecordedFuture/ReleaseNotes/1_1_4.md | 6 ++++++ Packs/IdentityRecordedFuture/pack_metadata.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Packs/IdentityRecordedFuture/ReleaseNotes/1_1_4.md diff --git a/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.py b/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.py index 6fcd5a6ca9f5..4c68e4fcdad7 100644 --- a/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.py +++ b/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.py @@ -1,7 +1,7 @@ import demistomock as demisto # noqa: F401 from CommonServerPython import * # noqa: F401 """Recorded Future Identity Integration for Demisto.""" -from typing import Dict, Any, List, Union, Optional +from typing import Dict, Any, Union, Optional import requests import json diff --git a/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml b/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml index 75b1263a7076..18961e4c3d45 100644 --- a/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml +++ b/Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml @@ -57,7 +57,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/python3:3.10.12.68714 + dockerimage: demisto/python3:3.10.13.72123 commands: - name: recordedfuture-identity-search description: Search for identities in Recorded Future Identity Dataset diff --git a/Packs/IdentityRecordedFuture/ReleaseNotes/1_1_4.md b/Packs/IdentityRecordedFuture/ReleaseNotes/1_1_4.md new file mode 100644 index 000000000000..3ec64e6421ea --- /dev/null +++ b/Packs/IdentityRecordedFuture/ReleaseNotes/1_1_4.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Recorded Future Identity + +- Updated the Docker image to: *demisto/python3:3.10.13.72123*. diff --git a/Packs/IdentityRecordedFuture/pack_metadata.json b/Packs/IdentityRecordedFuture/pack_metadata.json index 2cbeab9f5456..6d207a35bb6e 100644 --- a/Packs/IdentityRecordedFuture/pack_metadata.json +++ b/Packs/IdentityRecordedFuture/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Recorded Future Identity", "description": "Recorded Future App for Identity", "support": "partner", - "currentVersion": "1.1.3", + "currentVersion": "1.1.4", "author": "Recorded Future", "url": "https://www.recordedfuture.com/integrations/", "email": "support@recordedfuture.com",