Bump idf-component-manager to 1.5.2 (#1321)

This commit is contained in:
Nicklas Börjesson
2024-03-06 15:31:13 +01:00
committed by GitHub
parent f3953f8a6d
commit 0f5033b2fc
+1 -1
View File
@@ -1117,7 +1117,7 @@ def install_python_deps():
"future": ">=0.18.3",
"pyparsing": "~=3.0.9" if IDF5 else ">=2.0.3,<2.4.0",
"kconfiglib": "~=14.1.0" if IDF5 else "~=13.7.1",
"idf-component-manager": "~=1.2.3" if IDF5 else "~=1.0",
"idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
"esp-idf-kconfig": "~=1.2.0"
}