From 3f5c33e0417f96dbeaae04fadac5563fd0455e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 12:42:52 +0000 Subject: [PATCH] chore(deps): Update networkx requirement from >=3.0 to >=3.6.1 Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.0...networkx-3.6.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2b441a..2d56cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "pandas>=3.0.3", "pydantic>=2.0.0", "PyYAML>=6.0.3", - "networkx>=3.0", + "networkx>=3.6.1", "pydot>=1.4.0", "matplotlib>=3.11.0", "seaborn>=0.12.0",