File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 57
57
58
58
services :
59
59
- name : redis
60
- image : redis:7.4.3
60
+ image : redis:7.4.4
61
61
- name : elastic
62
- image : docker.elastic.co/elasticsearch/elasticsearch:8.18.1
62
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.18.2
63
63
environment :
64
64
discovery.type : single-node
65
65
xpack.security.enabled : false
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = "6.6.17 "
2
+ __version__ = "6.6.18 "
3
3
4
4
from .api .opencti_api_client import OpenCTIApiClient
5
5
from .api .opencti_api_connector import OpenCTIApiConnector
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ python_json_logger~=3.3.0
7
7
PyYAML ~= 6.0
8
8
pydantic ~= 2.11.3
9
9
requests ~= 2.32.3
10
- setuptools ~= 78.1 .0
10
+ setuptools ~= 80.9 .0
11
11
cachetools ~= 5.5.0
12
12
prometheus-client ~= 0.21.1
13
13
opentelemetry-api ~= 1.32.0
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install_requires =
43
43
python_json_logger~=3.3.0
44
44
PyYAML~=6.0
45
45
requests~=2.32.3
46
- setuptools~=78.1 .0
46
+ setuptools~=80.9 .0
47
47
cachetools~=5.5.0
48
48
prometheus-client~=0.21.1
49
49
opentelemetry-api~=1.32.0
63
63
types-pytz~=2025.2.0.20250326
64
64
pre-commit~=4.2.0
65
65
pytest-cases~=3.8.0
66
- pytest-cov~=6.1 .1
66
+ pytest-cov~=6.2 .1
67
67
pytest_randomly~=3.16.0
68
- pytest~=8.3.4
68
+ pytest~=8.4.1
69
69
types-python-dateutil~=2.9.0
70
70
wheel~=0.45.1
71
71
doc =
You can’t perform that action at this time.
0 commit comments