[backend/worker] Release 6.8.16

This commit is contained in:
Filigran Automation
2025-12-09 16:21:33 +00:00
parent bda7e7a9b9
commit 177a74ff88
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "6.8.15"
__version__ = "6.8.16"
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.8.15",
"version": "6.8.16",
"private": true,
"workspaces": [
"packages/*"

View File

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

View File

@@ -1,4 +1,4 @@
pycti==6.8.15
pycti==6.8.16
parsuricata==0.4.1
yara-python==4.5.2
sigmatools==0.23.1

View File

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