From 0fb15536efb279974c7b441b610f9b6030e8661a Mon Sep 17 00:00:00 2001 From: Samuel Hassine Date: Fri, 25 Mar 2022 11:54:39 +0100 Subject: [PATCH] [api/worker] Bump PyCTI version --- opencti-platform/opencti-graphql/src/python/requirements.txt | 2 +- opencti-worker/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opencti-platform/opencti-graphql/src/python/requirements.txt b/opencti-platform/opencti-graphql/src/python/requirements.txt index 44deeddf8659..5c0a56d0e6c7 100644 --- a/opencti-platform/opencti-graphql/src/python/requirements.txt +++ b/opencti-platform/opencti-graphql/src/python/requirements.txt @@ -1,4 +1,4 @@ parsuricata==0.1.1 plyara==2.1.1 -pycti==5.2.2 +pycti==5.2.3 sigmatools==0.19.1 diff --git a/opencti-worker/src/requirements.txt b/opencti-worker/src/requirements.txt index 994822aaf8a3..2b836cbd4679 100644 --- a/opencti-worker/src/requirements.txt +++ b/opencti-worker/src/requirements.txt @@ -1 +1 @@ -pycti==5.2.2 +pycti==5.2.3 \ No newline at end of file