From 5b6b850fb9a3207cb130b007aaff383bd4a414a8 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 9 Jul 2024 07:42:29 +0100 Subject: [PATCH] scripts: requirements: Bump imgtool to 2.1.0 Updates the minimum version of imgtool to 2.1.0, which is one year newer than the 2.0.0 release Signed-off-by: Jamie McCrae --- scripts/requirements-extras.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-extras.txt b/scripts/requirements-extras.txt index fa68efce22a..a0263438cf3 100644 --- a/scripts/requirements-extras.txt +++ b/scripts/requirements-extras.txt @@ -19,7 +19,7 @@ lpc_checksum Pillow>=10.0 # can be used to sign a Zephyr application binary for consumption by a bootloader -imgtool>=2.0.0 +imgtool>=2.1.0 # used by nanopb module to generate sources from .proto files grpcio-tools>=1.47.0