From 41f1044fa01edacab4537f8f17cb2e58b3db5c37 Mon Sep 17 00:00:00 2001 From: chao an Date: Thu, 13 Apr 2023 02:05:05 +0800 Subject: [PATCH] ci/cibuild.sh: upgrade esptool to 4.5.1 Signed-off-by: chao an --- tools/ci/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/cibuild.sh b/tools/ci/cibuild.sh index 8fd8e186c24..d41b6614676 100755 --- a/tools/ci/cibuild.sh +++ b/tools/ci/cibuild.sh @@ -286,7 +286,7 @@ function python-tools { CodeChecker \ cvt2utf \ cxxfilt \ - esptool==3.3.1 \ + esptool==4.5.1 \ imgtool==1.9.0 \ kconfiglib \ pexpect==4.8.0 \