diff --git a/tools/ci/platforms/darwin.sh b/tools/ci/platforms/darwin.sh index 250eb2fb12627..db548f682a382 100755 --- a/tools/ci/platforms/darwin.sh +++ b/tools/ci/platforms/darwin.sh @@ -278,7 +278,7 @@ python_tools() { construct \ cvt2utf \ cxxfilt \ - esptool==4.8.dev4 \ + esptool==5.2.0 \ imgtool==1.9.0 \ kconfiglib \ pexpect==4.8.0 \ diff --git a/tools/ci/platforms/darwin_arm64.sh b/tools/ci/platforms/darwin_arm64.sh index 69b03ccfbaed5..4cc9ed488c404 100755 --- a/tools/ci/platforms/darwin_arm64.sh +++ b/tools/ci/platforms/darwin_arm64.sh @@ -254,7 +254,7 @@ python_tools() { construct \ cvt2utf \ cxxfilt \ - esptool==4.8.dev4 \ + esptool==5.2.0 \ imgtool==1.9.0 \ kconfiglib \ pexpect==4.8.0 \ diff --git a/tools/ci/platforms/linux.sh b/tools/ci/platforms/linux.sh index a56ae81542e4e..1434c0826cbb1 100755 --- a/tools/ci/platforms/linux.sh +++ b/tools/ci/platforms/linux.sh @@ -146,7 +146,7 @@ python_tools() { construct \ cvt2utf \ cxxfilt \ - esptool==4.8.dev4 \ + esptool==5.2.0 \ imgtool \ kconfiglib \ pexpect==4.8.0 \ diff --git a/tools/ci/platforms/ubuntu.sh b/tools/ci/platforms/ubuntu.sh index 25f60825fb6fa..eb54f33878bfa 100755 --- a/tools/ci/platforms/ubuntu.sh +++ b/tools/ci/platforms/ubuntu.sh @@ -199,7 +199,7 @@ python_tools() { construct \ cvt2utf \ cxxfilt \ - esptool==4.8.dev4 \ + esptool==5.2.0 \ imgtool \ kconfiglib \ pexpect==4.8.0 \