From 56eafaae0922443763e5924bdf6ea922817eebb9 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Fri, 18 Oct 2024 18:05:13 +0000 Subject: [PATCH] Update dependency networkx to ~=2.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaa7a328f2..912a501f45 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def get_version(filename): 'jsonpatch', 'jsonschema>=3.0,<5', 'importlib_resources>=1.4,<4;python_version<"3.7"', - 'networkx~=2.4', + 'networkx~=2.8', 'junit-xml~=1.9', 'jschema_to_python~=1.2.3', 'sarif-om~=1.0.4'