chore(deps): Update numpy requirement from 0.28 to 0.29 in /rust#538
chore(deps): Update numpy requirement from 0.28 to 0.29 in /rust#538dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [numpy](https://github.com/PyO3/rust-numpy) to permit the latest version. - [Release notes](https://github.com/PyO3/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md) - [Commits](PyO3/rust-numpy@v0.28.0...v0.28.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Superseded by #548, which bumps both |
|
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. |
Bumps the Rust backend's pyo3 and numpy crates 0.28 -> 0.29 in lockstep (numpy 0.29 requires pyo3 ^0.29), resolving two RustSec advisories that affect pyo3 < 0.29: - RUSTSEC-2026-0176 (GHSA-36hh-v3qg-5jq4, High): out-of-bounds read in the PyList/PyTuple nth/nth_back iterators. - RUSTSEC-2026-0177 (GHSA-chgr-c6px-7xpp, Medium): missing Sync bound on PyCFunction::new_closure closures. Neither vulnerable path is reachable in this crate: the Rust source has no PyList/PyTuple iteration, no PyCFunction::new_closure, and builds no free-threaded wheels. This is a binding-layer-only change -- the math/RNG crates (ndarray 0.17, faer 0.24, rand 0.10, rand_xoshiro 0.8) are unchanged, and the Rust-backend bit-identity snapshot test confirms zero numerical drift. Supersedes Dependabot PRs igerber#537 (pyo3) and igerber#538 (numpy), which each bumped one crate alone and so could not resolve (the numpy/pyo3 version constraint couples them). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Updates the requirements on numpy to permit the latest version.
Release notes
Sourced from numpy's releases.
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)