From 5469fcfe7f5db7c002d927d903a73a8168a514ba Mon Sep 17 00:00:00 2001 From: Yann Locatelli Date: Wed, 13 Dec 2023 16:05:26 +0100 Subject: [PATCH] fix pyelftools --- tools/config/mbed_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/mbed_requirements.txt b/tools/config/mbed_requirements.txt index dd69002acf..0b4e0f3210 100644 --- a/tools/config/mbed_requirements.txt +++ b/tools/config/mbed_requirements.txt @@ -5,7 +5,7 @@ jinja2>=2.11.3 intelhex>=2.3.0,<3.0.0 mbed-tools mbed-os-tools -pyelftools>=0.27,<=0.28 +pyelftools==0.28 # needed for signing secure images cryptography>=3.2,<4