diff --git a/opencti-platform/opencti-graphql/src/python/requirements.txt b/opencti-platform/opencti-graphql/src/python/requirements.txt index df65006bf83b..ced5ed70bc67 100644 --- a/opencti-platform/opencti-graphql/src/python/requirements.txt +++ b/opencti-platform/opencti-graphql/src/python/requirements.txt @@ -1,7 +1,7 @@ stix2==2.1.0 stix2-patterns==1.3.2 PyYAML==5.3.1 -git+https://github.com/OpenCTI-Platform/client-python@4.0.7 +git+https://github.com/OpenCTI-Platform/client-python@4.1.0 pika==1.1.0 elasticsearch==7.10.1 plyara==2.1.1 diff --git a/opencti-worker/Dockerfile b/opencti-worker/Dockerfile index dc1794e05955..3e2b4bdb9e66 100644 --- a/opencti-worker/Dockerfile +++ b/opencti-worker/Dockerfile @@ -7,7 +7,7 @@ COPY src /opt/opencti-worker # hadolint ignore=DL3003 RUN apk --no-cache add git build-base libmagic && \ cd /opt/opencti-worker && \ - pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@4.0.7 && \ + pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@4.1.0 && \ pip3 install --no-cache-dir -r requirements.txt && \ apk del git build-base diff --git a/opencti-worker/src/requirements.txt b/opencti-worker/src/requirements.txt index 52184a146fab..edf61a651ef1 100644 --- a/opencti-worker/src/requirements.txt +++ b/opencti-worker/src/requirements.txt @@ -1,5 +1,5 @@ requests==2.25.0 PyYAML==5.3.1 pika==1.1.0 -git+https://github.com/OpenCTI-Platform/client-python@4.0.7 +git+https://github.com/OpenCTI-Platform/client-python@4.1.0 black==20.8b1