Skip to content

Commit

Permalink
imgtool: Bump cryptography library version
Browse files Browse the repository at this point in the history
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 <rustam.ismayilov@arm.com>
Change-Id: I63552966051a19dc33d5c53b499d216bcfdcf89b
  • Loading branch information
rustammendel committed Jun 25, 2024
1 parent 56ca566 commit 5a793fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography>=2.6
cryptography>=40.0.0
intelhex
click
cbor2
Expand Down

0 comments on commit 5a793fc

Please sign in to comment.