From 1d7ce2ae4b0d52892a039437fab14b33e116ee8a 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.3.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..0c25239 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.3.0" ] """)