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

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"]
 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#238679): 
https://lists.openembedded.org/g/openembedded-core/message/238679
Mute This Topic: https://lists.openembedded.org/mt/119787368/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [OE-core] [PATCH 1/2] oeqa/matur... Richard Purdie via lists.openembedded.org

Reply via email to