Skip to content

Commit e0754a9

Browse files
committed
Merge branch 'master' into release/current
2 parents aa9bf51 + 314145a commit e0754a9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ steps:
5757

5858
services:
5959
- name: redis
60-
image: redis:7.4.3
60+
image: redis:7.4.4
6161
- name: elastic
62-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
62+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
6363
environment:
6464
discovery.type: single-node
6565
xpack.security.enabled: false

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.6.17"
2+
__version__ = "6.6.18"
33

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python_json_logger~=3.3.0
77
PyYAML~=6.0
88
pydantic~=2.11.3
99
requests~=2.32.3
10-
setuptools~=78.1.0
10+
setuptools~=80.9.0
1111
cachetools~=5.5.0
1212
prometheus-client~=0.21.1
1313
opentelemetry-api~=1.32.0

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
python_json_logger~=3.3.0
4444
PyYAML~=6.0
4545
requests~=2.32.3
46-
setuptools~=78.1.0
46+
setuptools~=80.9.0
4747
cachetools~=5.5.0
4848
prometheus-client~=0.21.1
4949
opentelemetry-api~=1.32.0
@@ -63,9 +63,9 @@ dev =
6363
types-pytz~=2025.2.0.20250326
6464
pre-commit~=4.2.0
6565
pytest-cases~=3.8.0
66-
pytest-cov~=6.1.1
66+
pytest-cov~=6.2.1
6767
pytest_randomly~=3.16.0
68-
pytest~=8.3.4
68+
pytest~=8.4.1
6969
types-python-dateutil~=2.9.0
7070
wheel~=0.45.1
7171
doc =

0 commit comments

Comments
 (0)