From 8cd7fa04a424ddbd11fe84b9b2b64fb4c81ea24a Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 25 Nov 2025 00:15:03 +0000 Subject: [PATCH] [stubsabot] Bump networkx to 3.6 Release: https://pypi.org/pypi/networkx/3.6 Homepage: https://networkx.org/ Repository: https://github.com/networkx/networkx Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/networkx If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/networkx/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/networkx/METADATA.toml b/stubs/networkx/METADATA.toml index 99c93ff41564..7a18e2f12f67 100644 --- a/stubs/networkx/METADATA.toml +++ b/stubs/networkx/METADATA.toml @@ -1,4 +1,4 @@ -version = "3.5" +version = "3.6" upstream_repository = "https://github.com/networkx/networkx" # requires a version of numpy with a `py.typed` file requires = ["numpy>=1.20"]