Skip to content

Commit

Permalink
"tasmota-metrics": ">=0.4.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 19, 2023
1 parent d1c31d2 commit 91e876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _get_installed_pip_packages():
deps = {
"wheel": ">=0.35.1",
"zopfli": ">=0.2.2",
"tasmota-metrics": ">=0.3.3"
"tasmota-metrics": ">=0.4.2"
}

installed_packages = _get_installed_pip_packages()
Expand Down

0 comments on commit 91e876f

Please sign in to comment.