Skip to content

Commit

Permalink
Bump idf-component-manager to 1.5.2 (platformio#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasb authored and jonathandreyer committed Nov 14, 2024
1 parent 0d2cb8b commit 34593b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def _get_installed_pip_packages(python_exe_path):
"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"
}

Expand Down

0 comments on commit 34593b4

Please sign in to comment.