diff mbox series

[wrynose,18/19] oeqa/maturin: Update dependency version

Message ID 09d9cf2846e96d6b41d7efe7fccb80365411fed7.1787576160.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/19] busybox: patch CVE-2026-38754 | expand

Commit Message

Yoann Congal Aug. 24, 2026, 1 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

There are security issues in earlier versions of pyo3, update the minimum version
to avoid security warnings.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 294409c4bfe392471509d4cb6c1e6fb1063d2b3b)
Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr>
---
 meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml b/meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml
index 5c0c06db4bc..0bf83bb6c43 100644
--- a/meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml
+++ b/meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml
@@ -14,7 +14,7 @@  crate-type = ["cdylib"]
 rand = "0.9.0"
 
 [dependencies.pyo3]
-version = "0.27.2"
+version = "0.29.0"
 # "abi3-py39" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.9
 features = ["abi3-py39"]