Skip to content

Commit be4ab13

Browse files
[backend/worker] Release 6.9.5
1 parent 6e958f6 commit be4ab13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client-python/pycti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "6.9.4"
2+
__version__ = "6.9.5"
33

44
from .api.opencti_api_client import OpenCTIApiClient
55
from .api.opencti_api_connector import OpenCTIApiConnector

opencti-platform/opencti-front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencti-front",
3-
"version": "6.9.4",
3+
"version": "6.9.5",
44
"private": true,
55
"workspaces": [
66
"packages/*"

opencti-platform/opencti-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencti-graphql",
3-
"version": "6.9.4",
3+
"version": "6.9.5",
44
"private": true,
55
"scripts": {
66
"check-ts": "tsc --noEmit",

opencti-platform/opencti-graphql/src/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pycti==6.9.4
1+
pycti==6.9.5
22
parsuricata==0.4.1
33
yara-python==4.5.2
44
sigmatools==0.23.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pycti==6.9.4
1+
pycti==6.9.5
22
opentelemetry-api~=1.35.0
33
opentelemetry-sdk~=1.35.0
44
opentelemetry-exporter-prometheus==0.56b0

0 commit comments

Comments
 (0)