From c0a5c6c6c93a693a74638d3cd74bfdbcd3a6d4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:32:16 +0000 Subject: [PATCH] Update networkx requirement from <=3.1.0 to <=3.4.2 in /tools 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-0.23...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/constraints.txt b/tools/constraints.txt index e3e109c3d9fbe7..66100a6a21b449 100644 --- a/tools/constraints.txt +++ b/tools/constraints.txt @@ -4,7 +4,7 @@ # tensorflow, numpy h5py>=3.1.0,<3.11.0 onnx>=1.8.1,<=1.17.0 -networkx<=3.1.0 +networkx<=3.4.2 pytest>=5.0,<8.4 protobuf>=3.18.1,<4.0.0 defusedxml>=0.7.1