From 1cbcd0158421d8a859061df28336d349e2c48581 Mon Sep 17 00:00:00 2001 From: Itamar Gafni Date: Thu, 8 Aug 2024 14:24:47 +0300 Subject: [PATCH] bump sdk for offline scan fix --- CHANGES | 4 ++++ intezer_analyze_cli/__init__.py | 2 +- requirements-prod.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 28d73c1..9030fe0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.11.2 +----- +- Upgrade intezer-SDK to 1.21.4 + 1.11.1 ----- - Fix handling of large endpoint scan info files diff --git a/intezer_analyze_cli/__init__.py b/intezer_analyze_cli/__init__.py index 522ba08..6c371de 100644 --- a/intezer_analyze_cli/__init__.py +++ b/intezer_analyze_cli/__init__.py @@ -1 +1 @@ -__version__ = '1.11.1' +__version__ = '1.11.2' diff --git a/requirements-prod.txt b/requirements-prod.txt index 8790200..cf17fed 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,2 +1,2 @@ click==7.1.2 -intezer-sdk==1.21.2 +intezer-sdk==1.21.4