From 223bf2dabab1819902043f0a76b01dce10ff7268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:34:12 +0000 Subject: [PATCH] Update networkx requirement from >=2.8.3 to >=3.2.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-2.8.3...networkx-3.2.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.2.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 3cd4c87..8378df4 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.2.1', 'importlib-resources; python_version<"3.9"', ]