[backend/worker] Release 6.9.3

This commit is contained in:
Filigran Automation
2025-12-19 15:24:23 +00:00
parent a7946af214
commit f3cdf2d9dc
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "6.9.2"
__version__ = "6.9.3"
from .api.opencti_api_client import OpenCTIApiClient
from .api.opencti_api_connector import OpenCTIApiConnector

View File

@@ -1,6 +1,6 @@
{
"name": "opencti-front",
"version": "6.9.2",
"version": "6.9.3",
"private": true,
"workspaces": [
"packages/*"

View File

@@ -1,6 +1,6 @@
{
"name": "opencti-graphql",
"version": "6.9.2",
"version": "6.9.3",
"private": true,
"scripts": {
"check-ts": "tsc --noEmit",

View File

@@ -1,4 +1,4 @@
pycti==6.9.2
pycti==6.9.3
parsuricata==0.4.1
yara-python==4.5.2
sigmatools==0.23.1

View File

@@ -1,4 +1,4 @@
pycti==6.9.2
pycti==6.9.3
opentelemetry-api~=1.35.0
opentelemetry-sdk~=1.35.0
opentelemetry-exporter-prometheus==0.56b0