From 780ff9f13a2efd971b59c8cf193dabb201bd25c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:21:04 +0000 Subject: [PATCH] Bump networkx from 3.2.1 to 3.4.2 Bumps [networkx](https://github.com/networkx/networkx) from 3.2.1 to 3.4.2. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.2.1...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bd6170..cfedd1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ strict = [ "pyfftw==0.14.0", "psutil==6.1.0", "click==8.1.7", - "networkx==3.2.1", + "networkx==3.4.2", "tabulate==0.9.0", "numpy", "scipy",