From 63a93f3a0cf9fb43a792e699a2a1f32983ea4628 Mon Sep 17 00:00:00 2001 From: Peter M Date: Mon, 23 Feb 2026 21:49:55 +0100 Subject: [PATCH] Bump esptool pythonx to 5.2.0 Signed-off-by: Peter M --- lib/esptool_helper.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/esptool_helper.ex b/lib/esptool_helper.ex index 8bd3e0d..42b5f70 100644 --- a/lib/esptool_helper.ex +++ b/lib/esptool_helper.ex @@ -19,7 +19,7 @@ defmodule ExAtomVM.EsptoolHelper do version = "0.0.0" requires-python = "==3.13.*" dependencies = [ - "esptool==5.0.2" + "esptool==5.2.0" ] """)