diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 66109093..1161e437 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -21,9 +21,9 @@ from platformio import __version__, exception, util from platformio.managers.package import PackageManager CORE_PACKAGES = { - "contrib-piohome": ">=0.1.2,<2", + "contrib-piohome": ">=0.2.0,<2", "pysite-pioplus": ">=0.4.2,<2", - "tool-pioplus": ">=0.10.2,<2", + "tool-pioplus": ">=0.10.5,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }