From 0c9158553898598ba19c8de6326383c78e04eab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:07:04 +0000 Subject: [PATCH] Update requirements: Bump networkx from 3.4.2 to 3.6.1 Bumps [networkx](https://github.com/networkx/networkx) from 3.4.2 to 3.6.1. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.4.2...networkx-3.6.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.6.1 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 bb8a412e40..6c77bc7733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "html5lib==1.1", "lxml==6.0.2", "networkx==3.4.2; python_version == '3.10'", - "networkx==3.6; python_version > '3.10'", + "networkx==3.6.1; python_version > '3.10'", "pefile==2024.8.26", "pillow==12.0.0", "promise==2.3",