From f570656876d7e8eecd241e092d43f20e0fdf1bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:02:01 +0000 Subject: [PATCH] chore(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 f80f83557..3b18fa3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,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.4", ]