Skip to content

Commit

Permalink
[all] Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jan 7, 2021
1 parent b7e5f5c commit 13786c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencti-front",
"version": "4.0.4",
"version": "4.0.5",
"author": "Luatix",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion opencti-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion opencti-worker/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13786c8

Please sign in to comment.