From e739316db34716d15085eb4771f95c88266becd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:47:12 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.29 [SECURITY] --- crates/pyhq/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/pyhq/Cargo.toml b/crates/pyhq/Cargo.toml index c90cac32a..681ed1e11 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -26,7 +26,7 @@ anyhow = { workspace = true } log = { workspace = true } tempfile = { workspace = true } -pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py39", "anyhow", "serde"] } +pyo3 = { version = "0.29", features = ["extension-module", "abi3", "abi3-py39", "anyhow", "serde"] } pyo3-async-runtimes = { version = "0.25", features = ["tokio-runtime"] } pythonize = "0.25" termcolor = "1.1"