From a580de337895a68554d1308e2fa0a624fb84ed78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:13:06 +0000 Subject: [PATCH] Update networkx requirement from ~=3.2.1 to >=3.2.1,<3.7.0 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-3.2.1...networkx-3.6.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd4366d01..1ae32ae39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "pytest-cov~=7.0.0", "twine~=6.2.0", "types-retry~=0.9.9.20250322", - "networkx~=3.2.1", + "networkx>=3.2.1,<3.7.0", "networkx-stubs~=0.0.1", "pytest-asyncio~=1.2.0", ] @@ -74,7 +74,7 @@ docs = [ "requests~=2.32.5", "pydantic~=2.12.3", "jinja2~=3.1.6", - "networkx~=3.2.1", + "networkx>=3.2.1,<3.7.0", "tenacity~=9.1.2", ]