Skip to content

Commit 0f5033b

Browse files
authored
Bump idf-component-manager to 1.5.2 (#1321)
1 parent f3953f8 commit 0f5033b

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
@@ -1117,7 +1117,7 @@ def _get_installed_pip_packages(python_exe_path):
11171117
"future": ">=0.18.3",
11181118
"pyparsing": "~=3.0.9" if IDF5 else ">=2.0.3,<2.4.0",
11191119
"kconfiglib": "~=14.1.0" if IDF5 else "~=13.7.1",
1120-
"idf-component-manager": "~=1.2.3" if IDF5 else "~=1.0",
1120+
"idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
11211121
"esp-idf-kconfig": "~=1.2.0"
11221122
}
11231123

0 commit comments

Comments
 (0)