Skip to content

Commit 5a793fc

Browse files
committed
imgtool: Bump cryptography library version
Update requirements.txt to fix failing CI jobs due to missing PrivateKeyType and PublicKeyType which are available in cryptography library since version 40.0.0 Signed-off-by: Rustam Ismayilov <[email protected]> Change-Id: I63552966051a19dc33d5c53b499d216bcfdcf89b
1 parent 56ca566 commit 5a793fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography>=2.6
1+
cryptography>=40.0.0
22
intelhex
33
click
44
cbor2

0 commit comments

Comments
 (0)