From 59392f6c9bf3adc409e80e315f1ae70abecda7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:54:30 +0000 Subject: [PATCH] deps: update pyo3 requirement from 0.28.3 to 0.29.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/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.28.3...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 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 516fa69..20781f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ anyhow = "1.0" walkdir = { version = "2.5" } rayon = { version = "1.11" } numpy = "0.28.0" -pyo3 = { version = "0.28.3", features = [ +pyo3 = { version = "0.29.0", features = [ "abi3-py310", "extension-module", "anyhow",