pycti 6.4.4__tar.gz → 6.4.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pycti might be problematic. Click here for more details.

Files changed (79) hide show
  1. {pycti-6.4.4 → pycti-6.4.6}/PKG-INFO +12 -12
  2. {pycti-6.4.4 → pycti-6.4.6}/pycti/__init__.py +1 -1
  3. {pycti-6.4.4 → pycti-6.4.6}/pycti/api/opencti_api_client.py +1 -1
  4. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_case_rfi.py +8 -0
  5. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_case_rft.py +8 -0
  6. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/opencti_stix2.py +2 -15
  7. {pycti-6.4.4 → pycti-6.4.6}/pycti.egg-info/PKG-INFO +12 -12
  8. {pycti-6.4.4 → pycti-6.4.6}/pycti.egg-info/requires.txt +11 -11
  9. {pycti-6.4.4 → pycti-6.4.6}/setup.cfg +11 -11
  10. {pycti-6.4.4 → pycti-6.4.6}/LICENSE +0 -0
  11. {pycti-6.4.4 → pycti-6.4.6}/README.md +0 -0
  12. {pycti-6.4.4 → pycti-6.4.6}/pycti/api/__init__.py +0 -0
  13. {pycti-6.4.4 → pycti-6.4.6}/pycti/api/opencti_api_connector.py +0 -0
  14. {pycti-6.4.4 → pycti-6.4.6}/pycti/api/opencti_api_playbook.py +0 -0
  15. {pycti-6.4.4 → pycti-6.4.6}/pycti/api/opencti_api_work.py +0 -0
  16. {pycti-6.4.4 → pycti-6.4.6}/pycti/connector/__init__.py +0 -0
  17. {pycti-6.4.4 → pycti-6.4.6}/pycti/connector/opencti_connector.py +0 -0
  18. {pycti-6.4.4 → pycti-6.4.6}/pycti/connector/opencti_connector_helper.py +0 -0
  19. {pycti-6.4.4 → pycti-6.4.6}/pycti/connector/opencti_metric_handler.py +0 -0
  20. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/__init__.py +0 -0
  21. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/indicator/__init__.py +0 -0
  22. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/indicator/opencti_indicator_properties.py +0 -0
  23. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_attack_pattern.py +0 -0
  24. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_campaign.py +0 -0
  25. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_case_incident.py +0 -0
  26. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_channel.py +0 -0
  27. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_course_of_action.py +0 -0
  28. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_data_component.py +0 -0
  29. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_data_source.py +0 -0
  30. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_event.py +0 -0
  31. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_external_reference.py +0 -0
  32. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_feedback.py +0 -0
  33. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_grouping.py +0 -0
  34. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_identity.py +0 -0
  35. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_incident.py +0 -0
  36. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_indicator.py +0 -0
  37. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_infrastructure.py +0 -0
  38. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_intrusion_set.py +0 -0
  39. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_kill_chain_phase.py +0 -0
  40. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_label.py +0 -0
  41. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_language.py +0 -0
  42. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_location.py +0 -0
  43. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_malware.py +0 -0
  44. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_malware_analysis.py +0 -0
  45. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_marking_definition.py +0 -0
  46. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_narrative.py +0 -0
  47. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_note.py +0 -0
  48. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_observed_data.py +0 -0
  49. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_opinion.py +0 -0
  50. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_report.py +0 -0
  51. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix.py +0 -0
  52. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_core_object.py +0 -0
  53. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_core_relationship.py +0 -0
  54. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_cyber_observable.py +0 -0
  55. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_domain_object.py +0 -0
  56. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_nested_ref_relationship.py +0 -0
  57. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_object_or_stix_relationship.py +0 -0
  58. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_stix_sighting_relationship.py +0 -0
  59. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_task.py +0 -0
  60. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_threat_actor.py +0 -0
  61. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_threat_actor_group.py +0 -0
  62. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_threat_actor_individual.py +0 -0
  63. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_tool.py +0 -0
  64. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_vocabulary.py +0 -0
  65. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/opencti_vulnerability.py +0 -0
  66. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/stix_cyber_observable/__init__.py +0 -0
  67. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/stix_cyber_observable/opencti_stix_cyber_observable_deprecated.py +0 -0
  68. {pycti-6.4.4 → pycti-6.4.6}/pycti/entities/stix_cyber_observable/opencti_stix_cyber_observable_properties.py +0 -0
  69. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/__init__.py +0 -0
  70. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/constants.py +0 -0
  71. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/opencti_logger.py +0 -0
  72. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/opencti_stix2_identifier.py +0 -0
  73. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/opencti_stix2_splitter.py +0 -0
  74. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/opencti_stix2_update.py +0 -0
  75. {pycti-6.4.4 → pycti-6.4.6}/pycti/utils/opencti_stix2_utils.py +0 -0
  76. {pycti-6.4.4 → pycti-6.4.6}/pycti.egg-info/SOURCES.txt +0 -0
  77. {pycti-6.4.4 → pycti-6.4.6}/pycti.egg-info/dependency_links.txt +0 -0
  78. {pycti-6.4.4 → pycti-6.4.6}/pycti.egg-info/top_level.txt +0 -0
  79. {pycti-6.4.4 → pycti-6.4.6}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycti
3
- Version: 6.4.4
3
+ Version: 6.4.6
4
4
  Summary: Python API client for OpenCTI.
5
5
  Home-page: https://github.com/OpenCTI-Platform/client-python
6
6
  Author: Filigran
@@ -23,36 +23,36 @@ Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: datefinder~=0.7.3
25
25
  Requires-Dist: pika~=1.3.0
26
- Requires-Dist: pydantic~=2.8.2
26
+ Requires-Dist: pydantic~=2.10.4
27
27
  Requires-Dist: python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
28
28
  Requires-Dist: python-magic-bin~=0.4.14; sys_platform == "win32"
29
29
  Requires-Dist: python_json_logger~=2.0.4
30
30
  Requires-Dist: PyYAML~=6.0
31
31
  Requires-Dist: requests~=2.32.2
32
32
  Requires-Dist: setuptools~=71.1.0
33
- Requires-Dist: cachetools~=5.4.0
34
- Requires-Dist: prometheus-client~=0.20.0
33
+ Requires-Dist: cachetools~=5.5.0
34
+ Requires-Dist: prometheus-client~=0.21.1
35
35
  Requires-Dist: opentelemetry-api~=1.22.0
36
36
  Requires-Dist: opentelemetry-sdk~=1.22.0
37
37
  Requires-Dist: deprecation~=2.1.0
38
- Requires-Dist: filigran-sseclient~=1.0.0
38
+ Requires-Dist: filigran-sseclient>=1.0.2
39
39
  Requires-Dist: stix2~=3.0.1
40
40
  Provides-Extra: dev
41
41
  Requires-Dist: black~=24.4.0; extra == "dev"
42
42
  Requires-Dist: build~=1.2.1; extra == "dev"
43
43
  Requires-Dist: isort~=5.13.0; extra == "dev"
44
- Requires-Dist: types-pytz~=2024.1.0.20240203; extra == "dev"
45
- Requires-Dist: pre-commit~=3.7.0; extra == "dev"
44
+ Requires-Dist: types-pytz~=2024.2.0.20241221; extra == "dev"
45
+ Requires-Dist: pre-commit~=3.8.0; extra == "dev"
46
46
  Requires-Dist: pytest-cases~=3.8.0; extra == "dev"
47
47
  Requires-Dist: pytest-cov~=5.0.0; extra == "dev"
48
- Requires-Dist: pytest_randomly~=3.15.0; extra == "dev"
49
- Requires-Dist: pytest~=8.2.0; extra == "dev"
48
+ Requires-Dist: pytest_randomly~=3.16.0; extra == "dev"
49
+ Requires-Dist: pytest~=8.3.4; extra == "dev"
50
50
  Requires-Dist: types-python-dateutil~=2.9.0; extra == "dev"
51
- Requires-Dist: wheel~=0.43.0; extra == "dev"
51
+ Requires-Dist: wheel~=0.45.1; extra == "dev"
52
52
  Provides-Extra: doc
53
53
  Requires-Dist: autoapi~=2.0.1; extra == "doc"
54
- Requires-Dist: sphinx-autodoc-typehints~=2.2.2; extra == "doc"
55
- Requires-Dist: sphinx-rtd-theme~=2.0.0; extra == "doc"
54
+ Requires-Dist: sphinx-autodoc-typehints~=2.5.0; extra == "doc"
55
+ Requires-Dist: sphinx-rtd-theme~=3.0.2; extra == "doc"
56
56
 
57
57
  # OpenCTI client for Python
58
58
 
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- __version__ = "6.4.4"
2
+ __version__ = "6.4.6"
3
3
 
4
4
  from .api.opencti_api_client import OpenCTIApiClient
5
5
  from .api.opencti_api_connector import OpenCTIApiConnector
@@ -408,7 +408,7 @@ class OpenCTIApiClient:
408
408
  self.app_logger.info("Health check (platform version)...")
409
409
  test = self.query(
410
410
  """
411
- query {
411
+ query healthCheck {
412
412
  about {
413
413
  version
414
414
  }
@@ -318,6 +318,8 @@ class CaseRfi:
318
318
  modified
319
319
  name
320
320
  description
321
+ severity
322
+ priority
321
323
  information_types
322
324
  objects(all: true) {
323
325
  edges {
@@ -678,6 +680,8 @@ class CaseRfi:
678
680
  object_participant = kwargs.get("objectParticipant", None)
679
681
  external_references = kwargs.get("externalReferences", None)
680
682
  revoked = kwargs.get("revoked", None)
683
+ severity = kwargs.get("severity", None)
684
+ priority = kwargs.get("priority", None)
681
685
  confidence = kwargs.get("confidence", None)
682
686
  lang = kwargs.get("lang", None)
683
687
  created = kwargs.get("created", None)
@@ -716,6 +720,8 @@ class CaseRfi:
716
720
  "objects": objects,
717
721
  "externalReferences": external_references,
718
722
  "revoked": revoked,
723
+ "severity": severity,
724
+ "priority": priority,
719
725
  "confidence": confidence,
720
726
  "lang": lang,
721
727
  "created": created,
@@ -881,6 +887,8 @@ class CaseRfi:
881
887
  else None
882
888
  ),
883
889
  revoked=stix_object["revoked"] if "revoked" in stix_object else None,
890
+ severity=stix_object["severity"] if "severity" in stix_object else None,
891
+ priority=stix_object["priority"] if "priority" in stix_object else None,
884
892
  confidence=(
885
893
  stix_object["confidence"] if "confidence" in stix_object else None
886
894
  ),
@@ -318,6 +318,8 @@ class CaseRft:
318
318
  modified
319
319
  name
320
320
  description
321
+ severity
322
+ priority
321
323
  takedown_types
322
324
  objects(all: true) {
323
325
  edges {
@@ -677,6 +679,8 @@ class CaseRft:
677
679
  object_participant = kwargs.get("objectParticipant", None)
678
680
  external_references = kwargs.get("externalReferences", None)
679
681
  revoked = kwargs.get("revoked", None)
682
+ severity = kwargs.get("severity", None)
683
+ priority = kwargs.get("priority", None)
680
684
  confidence = kwargs.get("confidence", None)
681
685
  lang = kwargs.get("lang", None)
682
686
  created = kwargs.get("created", None)
@@ -715,6 +719,8 @@ class CaseRft:
715
719
  "objects": objects,
716
720
  "externalReferences": external_references,
717
721
  "revoked": revoked,
722
+ "severity": severity,
723
+ "priority": priority,
718
724
  "confidence": confidence,
719
725
  "lang": lang,
720
726
  "created": created,
@@ -879,6 +885,8 @@ class CaseRft:
879
885
  else None
880
886
  ),
881
887
  revoked=stix_object["revoked"] if "revoked" in stix_object else None,
888
+ severity=stix_object["severity"] if "severity" in stix_object else None,
889
+ priority=stix_object["priority"] if "priority" in stix_object else None,
882
890
  confidence=(
883
891
  stix_object["confidence"] if "confidence" in stix_object else None
884
892
  ),
@@ -2570,9 +2570,6 @@ class OpenCTIStix2:
2570
2570
  in_retry = processing_count < PROCESSING_COUNT
2571
2571
  # Platform is under heavy load, wait for unlock & retry indefinitely.
2572
2572
  if ERROR_TYPE_LOCK in error_msg:
2573
- worker_logger.info(
2574
- "Message reprocess for lock rejection", {"count": processing_count}
2575
- )
2576
2573
  bundles_lock_error_counter.add(1)
2577
2574
  sleep_jitter = round(random.uniform(1, 3), 2)
2578
2575
  time.sleep(sleep_jitter)
@@ -2581,10 +2578,6 @@ class OpenCTIStix2:
2581
2578
  )
2582
2579
  # Platform detects a missing reference and have to retry
2583
2580
  elif ERROR_TYPE_MISSING_REFERENCE in error_msg and in_retry:
2584
- worker_logger.info(
2585
- "Message reprocess for missing reference",
2586
- {"count": processing_count},
2587
- )
2588
2581
  bundles_missing_reference_error_counter.add(1)
2589
2582
  sleep_jitter = round(random.uniform(1, 3), 2)
2590
2583
  time.sleep(sleep_jitter)
@@ -2593,8 +2586,7 @@ class OpenCTIStix2:
2593
2586
  )
2594
2587
  # A bad gateway error occurs
2595
2588
  elif ERROR_TYPE_BAD_GATEWAY in error_msg:
2596
- worker_logger.error("A connection error occurred")
2597
- worker_logger.info(
2589
+ worker_logger.error(
2598
2590
  "Message reprocess for bad gateway",
2599
2591
  {"count": processing_count},
2600
2592
  )
@@ -2605,8 +2597,7 @@ class OpenCTIStix2:
2605
2597
  )
2606
2598
  # Request timeout error occurs
2607
2599
  elif ERROR_TYPE_TIMEOUT in error_msg:
2608
- worker_logger.error("A connection error occurred")
2609
- worker_logger.info(
2600
+ worker_logger.error(
2610
2601
  "Message reprocess for request timed out",
2611
2602
  {"count": processing_count},
2612
2603
  )
@@ -2619,10 +2610,6 @@ class OpenCTIStix2:
2619
2610
  # That also works for missing reference with too much execution
2620
2611
  else:
2621
2612
  bundles_technical_error_counter.add(1)
2622
- worker_logger.error(
2623
- "Error executing import",
2624
- {"count": processing_count, "reason": error},
2625
- )
2626
2613
  if work_id is not None:
2627
2614
  item_str = json.dumps(item)
2628
2615
  self.opencti.work.report_expectation(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycti
3
- Version: 6.4.4
3
+ Version: 6.4.6
4
4
  Summary: Python API client for OpenCTI.
5
5
  Home-page: https://github.com/OpenCTI-Platform/client-python
6
6
  Author: Filigran
@@ -23,36 +23,36 @@ Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: datefinder~=0.7.3
25
25
  Requires-Dist: pika~=1.3.0
26
- Requires-Dist: pydantic~=2.8.2
26
+ Requires-Dist: pydantic~=2.10.4
27
27
  Requires-Dist: python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
28
28
  Requires-Dist: python-magic-bin~=0.4.14; sys_platform == "win32"
29
29
  Requires-Dist: python_json_logger~=2.0.4
30
30
  Requires-Dist: PyYAML~=6.0
31
31
  Requires-Dist: requests~=2.32.2
32
32
  Requires-Dist: setuptools~=71.1.0
33
- Requires-Dist: cachetools~=5.4.0
34
- Requires-Dist: prometheus-client~=0.20.0
33
+ Requires-Dist: cachetools~=5.5.0
34
+ Requires-Dist: prometheus-client~=0.21.1
35
35
  Requires-Dist: opentelemetry-api~=1.22.0
36
36
  Requires-Dist: opentelemetry-sdk~=1.22.0
37
37
  Requires-Dist: deprecation~=2.1.0
38
- Requires-Dist: filigran-sseclient~=1.0.0
38
+ Requires-Dist: filigran-sseclient>=1.0.2
39
39
  Requires-Dist: stix2~=3.0.1
40
40
  Provides-Extra: dev
41
41
  Requires-Dist: black~=24.4.0; extra == "dev"
42
42
  Requires-Dist: build~=1.2.1; extra == "dev"
43
43
  Requires-Dist: isort~=5.13.0; extra == "dev"
44
- Requires-Dist: types-pytz~=2024.1.0.20240203; extra == "dev"
45
- Requires-Dist: pre-commit~=3.7.0; extra == "dev"
44
+ Requires-Dist: types-pytz~=2024.2.0.20241221; extra == "dev"
45
+ Requires-Dist: pre-commit~=3.8.0; extra == "dev"
46
46
  Requires-Dist: pytest-cases~=3.8.0; extra == "dev"
47
47
  Requires-Dist: pytest-cov~=5.0.0; extra == "dev"
48
- Requires-Dist: pytest_randomly~=3.15.0; extra == "dev"
49
- Requires-Dist: pytest~=8.2.0; extra == "dev"
48
+ Requires-Dist: pytest_randomly~=3.16.0; extra == "dev"
49
+ Requires-Dist: pytest~=8.3.4; extra == "dev"
50
50
  Requires-Dist: types-python-dateutil~=2.9.0; extra == "dev"
51
- Requires-Dist: wheel~=0.43.0; extra == "dev"
51
+ Requires-Dist: wheel~=0.45.1; extra == "dev"
52
52
  Provides-Extra: doc
53
53
  Requires-Dist: autoapi~=2.0.1; extra == "doc"
54
- Requires-Dist: sphinx-autodoc-typehints~=2.2.2; extra == "doc"
55
- Requires-Dist: sphinx-rtd-theme~=2.0.0; extra == "doc"
54
+ Requires-Dist: sphinx-autodoc-typehints~=2.5.0; extra == "doc"
55
+ Requires-Dist: sphinx-rtd-theme~=3.0.2; extra == "doc"
56
56
 
57
57
  # OpenCTI client for Python
58
58
 
@@ -1,16 +1,16 @@
1
1
  datefinder~=0.7.3
2
2
  pika~=1.3.0
3
- pydantic~=2.8.2
3
+ pydantic~=2.10.4
4
4
  python_json_logger~=2.0.4
5
5
  PyYAML~=6.0
6
6
  requests~=2.32.2
7
7
  setuptools~=71.1.0
8
- cachetools~=5.4.0
9
- prometheus-client~=0.20.0
8
+ cachetools~=5.5.0
9
+ prometheus-client~=0.21.1
10
10
  opentelemetry-api~=1.22.0
11
11
  opentelemetry-sdk~=1.22.0
12
12
  deprecation~=2.1.0
13
- filigran-sseclient~=1.0.0
13
+ filigran-sseclient>=1.0.2
14
14
  stix2~=3.0.1
15
15
 
16
16
  [:sys_platform == "linux" or sys_platform == "darwin"]
@@ -23,16 +23,16 @@ python-magic-bin~=0.4.14
23
23
  black~=24.4.0
24
24
  build~=1.2.1
25
25
  isort~=5.13.0
26
- types-pytz~=2024.1.0.20240203
27
- pre-commit~=3.7.0
26
+ types-pytz~=2024.2.0.20241221
27
+ pre-commit~=3.8.0
28
28
  pytest-cases~=3.8.0
29
29
  pytest-cov~=5.0.0
30
- pytest_randomly~=3.15.0
31
- pytest~=8.2.0
30
+ pytest_randomly~=3.16.0
31
+ pytest~=8.3.4
32
32
  types-python-dateutil~=2.9.0
33
- wheel~=0.43.0
33
+ wheel~=0.45.1
34
34
 
35
35
  [doc]
36
36
  autoapi~=2.0.1
37
- sphinx-autodoc-typehints~=2.2.2
38
- sphinx-rtd-theme~=2.0.0
37
+ sphinx-autodoc-typehints~=2.5.0
38
+ sphinx-rtd-theme~=3.0.2
@@ -36,19 +36,19 @@ include_package_data = True
36
36
  install_requires =
37
37
  datefinder~=0.7.3
38
38
  pika~=1.3.0
39
- pydantic~=2.8.2
39
+ pydantic~=2.10.4
40
40
  python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
41
41
  python-magic-bin~=0.4.14; sys_platform == 'win32'
42
42
  python_json_logger~=2.0.4
43
43
  PyYAML~=6.0
44
44
  requests~=2.32.2
45
45
  setuptools~=71.1.0
46
- cachetools~=5.4.0
47
- prometheus-client~=0.20.0
46
+ cachetools~=5.5.0
47
+ prometheus-client~=0.21.1
48
48
  opentelemetry-api~=1.22.0
49
49
  opentelemetry-sdk~=1.22.0
50
50
  deprecation~=2.1.0
51
- filigran-sseclient~=1.0.0
51
+ filigran-sseclient>=1.0.2
52
52
  stix2~=3.0.1
53
53
 
54
54
  [options.extras_require]
@@ -56,18 +56,18 @@ dev =
56
56
  black~=24.4.0
57
57
  build~=1.2.1
58
58
  isort~=5.13.0
59
- types-pytz~=2024.1.0.20240203
60
- pre-commit~=3.7.0
59
+ types-pytz~=2024.2.0.20241221
60
+ pre-commit~=3.8.0
61
61
  pytest-cases~=3.8.0
62
62
  pytest-cov~=5.0.0
63
- pytest_randomly~=3.15.0
64
- pytest~=8.2.0
63
+ pytest_randomly~=3.16.0
64
+ pytest~=8.3.4
65
65
  types-python-dateutil~=2.9.0
66
- wheel~=0.43.0
66
+ wheel~=0.45.1
67
67
  doc =
68
68
  autoapi~=2.0.1
69
- sphinx-autodoc-typehints~=2.2.2
70
- sphinx-rtd-theme~=2.0.0
69
+ sphinx-autodoc-typehints~=2.5.0
70
+ sphinx-rtd-theme~=3.0.2
71
71
 
72
72
  [egg_info]
73
73
  tag_build =
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes