diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-09-02 14:46:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 14:05:11 +0100 |
| commit | 8fafd4fb0329bcd9ecc61e4baad064b0f53ff0e3 (patch) | |
| tree | ae1fcc3ab77572fc630266ef99e1ba7944d91316 /meta/recipes-devtools/python/python3-cryptography-common.inc | |
| parent | 102dc28052799c10fd309677e2d29553a7e4c869 (diff) | |
| download | poky-8fafd4fb0329bcd9ecc61e4baad064b0f53ff0e3.tar.gz | |
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 <tim.orling@konsulko.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography-common.inc')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 3 | # | 3 | # |
| 4 | # Additionally AUH will detect that they share this .inc file and | 4 | # Additionally AUH will detect that they share this .inc file and |
| 5 | # perform a lockstep upgrade for both. | 5 | # perform a lockstep upgrade for both. |
| 6 | PV = "45.0.6" | 6 | PV = "45.0.7" |
