From 5294e5d252ede42049ec58b424b5fb04de529522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:02:44 +0000 Subject: [PATCH] deps(deps): update pyo3 requirement from 0.22.5 to 0.25.0 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.6/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.5...v0.22.6) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.22.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf75dd7..3310c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ glob = "*" indicatif = "*" ndarray = { version = "0.16.1", features = ["rayon"] } numpy = "0.22.0" -pyo3 = { version = "0.22.5", features = ["abi3-py311", "extension-module"] } +pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] } rayon = "*" thiserror = "1.0.60"