Bump the rust group with 3 updates#224
Merged
Merged
Conversation
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3), [numpy](https://github.com/PyO3/rust-numpy) and [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. Updates `pyo3` to 0.25.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.0...v0.25.1) Updates `numpy` to 0.28.0 - [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.25.0...v0.28.0) Updates `ndarray` to 0.17.2 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@ndarray-rand-0.16.0...0.17.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production dependency-group: rust - dependency-name: numpy dependency-version: 0.28.0 dependency-type: direct:production dependency-group: rust - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on pyo3, numpy and ndarray to permit the latest version.
Updates
pyo3to 0.25.1Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
2aacae6release: 0.25.1a4c35ceMake PyObjectObRefcnt.refcnt_and_flags 64-bit-only (#5180)0ba8f31docs: add Kyle Barron libraries/packages to README.md (#5172)eb3fac9fix: typos in guide/docs (#5182)7601c0cci: fixes 2025-06-06 (#5186)2829027Add conversions for chrono'sLocaltimezone (#5174)5db4871Remove unnecessary warning filter in pytests (#5165)008efe2conversions: fix FromPyObject impl for uuid::Uuid for big-endian (#5161)a27ccd7Updates to better support ormsgpack on GraalPy. (#5121)2c13c1cCatching Invalid Asyncs (#5156)Updates
numpyto 0.28.0Release notes
Sourced from numpy's releases.
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
7a5844bbumpnumpyto 0.28.0 (#531)b539d94Upgrade PyO3 from 0.27 to 0.28 (#530)198809afix a couple of typos (#528)28dfb24Handle misaligned arrays inas_slice(#525)69ca88eConvert build.rs from CRLF to LF line terminators (#521)f454b99Add ownership-moving variants ofreadonlyandreadwrite(#524)4149c5dci: update matrix and bump actions (#518)2ea4b0cfixTypeMustMatchis not respected forPyArrayLike1(#520)78d5e8dremove deprecatedextension-modulefeature from docs and examples (#519)9fffe31bumpnumpyto 0.27.1Updates
ndarrayto 0.17.2Changelog
Sourced from ndarray's changelog.
... (truncated)
Commits
2cf23d6chore: Release1eb4559Remove most version specifiers inREADME(#1573)59c1ce0Craft a release log for 0.17.2 (#1572)6fd0a9dClean up clippy allows and unnecessary borrows (#1571)8adf5d8Revert #1563 and #1567 to prepare for patch release (#1570)953f2e9Move LayoutBitset to its own module (#1567)6e02f15Configure docs for feature gates globally (#1565)d573745Rename Layout to LayoutBitset (#1563)13a8963Add PartialEq implementations between ArrayRef and ArrayBase (#1557)e039158Add additional commits to ignore on git blame (#1562)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions