From 01cf8dc0321822708b75269ac8b2c5de4c034189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:33:49 +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 95b73a821..015b9919f 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.4", ]