diff --git a/builder/frameworks/arduino.py b/builder/frameworks/arduino.py index ff1ce2946..94cd2f982 100644 --- a/builder/frameworks/arduino.py +++ b/builder/frameworks/arduino.py @@ -79,7 +79,7 @@ def _get_installed_pip_packages(): deps = { "wheel": ">=0.35.1", "zopfli": ">=0.2.2", - "tasmota-metrics": ">=0.4.2" + "tasmota-metrics": ">=0.4.3" } installed_packages = _get_installed_pip_packages()