fix(api): upgrade cartography to 0.129.0 and neo4j driver to 6.x (#10110)

This commit is contained in:
Josema Camacho
2026-02-18 16:28:24 +01:00
committed by GitHub
parent 5f2e4eb2a6
commit a9c7351489
7 changed files with 98 additions and 66 deletions
+1 -2
View File
@@ -61,9 +61,8 @@ jobs:
- name: Safety
if: steps.check-changes.outputs.any_changed == 'true'
run: poetry run safety check --ignore 79023,79027,84420
run: poetry run safety check --ignore 79023,79027
# TODO: 79023 & 79027 knack ReDoS until `azure-cli-core` (via `cartography`) allows `knack` >=0.13.0
# TODO: 84420 from `azure-core`, that we need fix alltogether with `azure-cli-core` and `knack`
- name: Vulture
if: steps.check-changes.outputs.any_changed == 'true'