Skip to content

Commit d14a67e

Browse files
authored
Update "idf-component-manager" to "~=2.0.1"
1 parent 2b20b1a commit d14a67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ def _get_installed_pip_packages(python_exe_path):
12581258
"future": ">=0.18.3",
12591259
"pyparsing": ">=3.1.0,<4" if IDF5 else ">=2.0.3,<2.4.0",
12601260
"kconfiglib": "~=14.1.0" if IDF5 else "~=13.7.1",
1261-
"idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
1261+
"idf-component-manager": "~=2.0.1" if IDF5 else "~=1.0",
12621262
"esp-idf-kconfig": ">=1.4.2,<2.0.0"
12631263
}
12641264

0 commit comments

Comments
 (0)