From 4a99d80da6c8f9e98a887a8666d9687cefa819a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:38:46 +0000 Subject: [PATCH] deps(deps): bump the rust-dependencies group across 1 directory with 3 updates Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray), [numpy](https://github.com/PyO3/rust-numpy) and [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Updates `ndarray` to 0.17.1 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/0.16.1...0.17.1) Updates `numpy` to 0.25.0 - [Release notes](https://github.com/PyO3/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/rust-numpy/compare/v0.25.0...v0.25.0) Updates `pyo3` to 0.27.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.25.0...v0.27.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: numpy dependency-version: 0.25.0 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: pyo3 dependency-version: 0.27.1 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d5fa22..8cb0808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ crate-type = ["cdylib"] csv = "1.3.0" glob = "0.3.2" indicatif = "0.18.0" -ndarray = { version = "0.16.1", features = ["rayon"] } -numpy = "0.25.0" -pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] } +ndarray = { version = "0.17.1", features = ["rayon"] } +numpy = "0.27.0" +pyo3 = { version = "0.27.1", features = ["abi3-py311", "extension-module"] } rayon = "1.10.0" thiserror = "2.0.12" @@ -25,7 +25,7 @@ arbitrary = { version = "1.3.2", features = ["derive"] } arbtest = "0.3.1" flexbuffers = "25.2.10" float-cmp = "0.10.0" -ndarray = { version = "0.16.1", features = ["rayon", "serde"] } +ndarray = { version = "0.17.1", features = ["rayon", "serde"] } serde = "1.0.200" tar = "0.4.40" tempfile = "3.10.1"