From cee1383c32613491f46d957113a4cd82a4f0e1db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:49:09 +0000 Subject: [PATCH] fix(deps): update dependency networkx to v3.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9f3c5bd8..3fcc2f8f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dev = [ "dash==3.3.0", "dash-cytoscape==1.0.2", "dash-daq==0.6.0", - "networkx==3.0.0", + "networkx==3.6.1", "werkzeug==3.1.5", ]