diff --git a/opencti-platform/opencti-front/package.json b/opencti-platform/opencti-front/package.json index 1d6d8cdcbf6b..0bcf038a7763 100644 --- a/opencti-platform/opencti-front/package.json +++ b/opencti-platform/opencti-front/package.json @@ -1,6 +1,6 @@ { "name": "opencti-front", - "version": "4.0.4", + "version": "4.0.5", "author": "Luatix", "license": "Apache-2.0", "dependencies": { diff --git a/opencti-platform/opencti-graphql/package.json b/opencti-platform/opencti-graphql/package.json index c4c27e22861a..c15a9ff5673e 100644 --- a/opencti-platform/opencti-graphql/package.json +++ b/opencti-platform/opencti-graphql/package.json @@ -1,6 +1,6 @@ { "name": "opencti-graphql", - "version": "4.0.4", + "version": "4.0.5", "main": "src/server.js", "author": "Luatix", "license": "Apache-2.0", diff --git a/opencti-platform/opencti-graphql/src/python/requirements.txt b/opencti-platform/opencti-graphql/src/python/requirements.txt index d711e4ff9c01..163a6f1b443c 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.4 +git+https://github.com/OpenCTI-Platform/client-python@4.0.5 pika==1.1.0 elasticsearch==7.10.1 plyara==2.1.1 diff --git a/opencti-worker/Dockerfile b/opencti-worker/Dockerfile index 912ac8b5ee59..a7835848c74d 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.4 && \ + pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@4.0.5 && \ 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 f0d504663969..b5da83047a81 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.4 +git+https://github.com/OpenCTI-Platform/client-python@4.0.5 black==20.8b1