Skip to content

Commit

Permalink
Deleting an unused import (demisto#29408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhw authored and xsoar-bot committed Oct 5, 2023
1 parent 7f8a38c commit 77f0f24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
@@ -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

Expand Down
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions 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*.
2 changes: 1 addition & 1 deletion Packs/IdentityRecordedFuture/pack_metadata.json
Expand Up @@ -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",
Expand Down

0 comments on commit 77f0f24

Please sign in to comment.