From 6742883f9b65cef64f969d1cd65f5931b3ef9b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:59:32 +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 ca2f7017..98b6adba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ strict = [ "matplotlib==3.9.2", "monty==2024.10.21", "moto==4.2.13", - "networkx==3.2.1", + "networkx==3.4.2", "pydantic-settings==2.6.0", "pydantic==2.9.2", "pydash==8.0.3",