Update "idf-component-manager" to "~=2.0.1"

This commit is contained in:
Jason2866
2024-08-16 16:31:12 +02:00
committed by GitHub
parent 2b20b1aa8b
commit d14a67e4f7
+1 -1
View File
@@ -1258,7 +1258,7 @@ def install_python_deps():
"future": ">=0.18.3",
"pyparsing": ">=3.1.0,<4" if IDF5 else ">=2.0.3,<2.4.0",
"kconfiglib": "~=14.1.0" if IDF5 else "~=13.7.1",
"idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
"idf-component-manager": "~=2.0.1" if IDF5 else "~=1.0",
"esp-idf-kconfig": ">=1.4.2,<2.0.0"
}