[deps] Update networkx requirement from <3.7,>=3.4 to >=3.6.1,<3.7#151
[deps] Update networkx requirement from <3.7,>=3.4 to >=3.6.1,<3.7#151dependabot[bot] wants to merge 1 commit into
Conversation
Code Review SummaryStatus: Skipped | Recommendation: N/A This PR is from Dependabot and has been skipped per review policy. Change Summary
Compatibility NoteNetworkX 3.6.1 requires Python 3.10+. The CI configuration already removed Python 3.9 support, so this change is compatible with the project's current Python version requirements. Reviewed by kimi-k2.5 · 94,501 tokens |
|
@dependabot recreate |
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-3.4...networkx-3.6.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
f88291a to
02212fc
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on networkx to permit the latest version.
Release notes
Sourced from networkx's releases.
... (truncated)
Commits
7530809Designate 3.6.1 release4788eb0Rolling back shortest paths links (#8373)696edb6Fix draw_networkx_nodes with list node_shape and add regression test (#8363)c38830cBlocklist Python 3.14.1 (#8372)81d2311DOC: Fix underline lens in docstrings. (#8371)a6e2bfaDOC: Add blurb to contributor guide about drawing tests. (#8370)96b6282DOC: clarify difference between G.nodes/G.nodes() and G.edges/G.edges() in tu...75bdd73Fix: allow graph subclasses to have additional arguments (#8369)7663fa5TST: clean up isomorphism tests (#8364)3dacd1bAdd spectral bipartition community finding and greedy bipartition using node ...