From a2f245564ba00db1d32fca58fd7cc72dcf405b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:12:54 +0000 Subject: [PATCH] Update networkx requirement from >=2.8.3 to >=3.4.2 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-2.8.3...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.4.2 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 3cd4c87..8f60a0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ 'numpy >= 1.16.0', 'scipy >= 1.2.0', - 'networkx >= 2.8.3', + 'networkx >= 3.4.2', 'importlib-resources; python_version<"3.9"', ]