[stubsabot] Bump networkx to 3.3
Release: https://pypi.org/pypi/networkx/3.3 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
Diff: https://github.com/networkx/networkx/compare/networkx-3.2.1...networkx-3.3
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
This is ready for review now. Only 234 changed files, and most of the changes are just because the _dispatch decorator got renamed to _dispatchable.