From 5a793fc1878852a81efd2a00a61bfc36819d82d2 Mon Sep 17 00:00:00 2001 From: Rustam Ismayilov Date: Mon, 24 Jun 2024 14:52:21 +0200 Subject: [PATCH] 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 Change-Id: I63552966051a19dc33d5c53b499d216bcfdcf89b --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 36cbbc5f5..33b11bb54 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ -cryptography>=2.6 +cryptography>=40.0.0 intelhex click cbor2