This repository was archived by the owner on Dec 5, 2025. It is now read-only.
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 5757
5858services :
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
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = "6.6.17 "
2+ __version__ = "6.6.18 "
33
44from .api .opencti_api_client import OpenCTIApiClient
55from .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
77PyYAML ~= 6.0
88pydantic ~= 2.11.3
99requests ~= 2.32.3
10- setuptools ~= 78.1 .0
10+ setuptools ~= 80.9 .0
1111cachetools ~= 5.5.0
1212prometheus-client ~= 0.21.1
1313opentelemetry-api ~= 1.32.0
Original file line number Diff line number Diff 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
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
7171doc =
You can’t perform that action at this time.
0 commit comments