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

View File

@@ -36,8 +36,8 @@ dependencies = [
"drf-simple-apikey (==2.2.1)",
"matplotlib (>=3.10.6,<4.0.0)",
"reportlab (>=4.4.4,<5.0.0)",
"neo4j (<6.0.0)",
"cartography @ git+https://github.com/prowler-cloud/cartography@0.126.1",
"neo4j (>=6.0.0,<7.0.0)",
"cartography (==0.129.0)",
"gevent (>=25.9.1,<26.0.0)",
"werkzeug (>=3.1.4)",
"sqlparse (>=0.5.4)",