From 8fafd4fb0329bcd9ecc61e4baad064b0f53ff0e3 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 2 Sep 2025 14:46:26 -0700 Subject: python3-cryptography{-vectors}: upgrade to 45.0.7 45.0.7 - 2025-09-01 * Added a function to support an upcoming pyOpenSSL release. https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4507---2025-09-01 Comparing Changes: https://github.com/pyca/cryptography/compare/45.0.6...45.0.7 (From OE-Core rev: 00787e40527786d510a06d9a4dde5d8fb7ab7d90) Signed-off-by: Tim Orling Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cryptography-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3-cryptography-common.inc') diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc index 874f60bf83..bcb907b645 100644 --- a/meta/recipes-devtools/python/python3-cryptography-common.inc +++ b/meta/recipes-devtools/python/python3-cryptography-common.inc @@ -3,4 +3,4 @@ # # Additionally AUH will detect that they share this .inc file and # perform a lockstep upgrade for both. -PV = "45.0.6" +PV = "45.0.7" -- cgit v1.2.3-54-g00ecf