Skip to content

Commit 22f08b8

Browse files
authored
Update IDF pip dependencies
1 parent 2ac6e95 commit 22f08b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

builder/frameworks/espidf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,11 +1531,10 @@ def _get_installed_pip_packages(python_exe_path):
15311531
# https://github.com/platformio/platformio-core/issues/4614
15321532
"urllib3": "<2",
15331533
# https://github.com/platformio/platform-espressif32/issues/635
1534-
"cryptography": "~=41.0.1",
1535-
"future": ">=0.18.3",
1534+
"cryptography": "~=44.0.0",
15361535
"pyparsing": ">=3.1.0,<4",
15371536
"idf-component-manager": "~=2.0.1",
1538-
"esp-idf-kconfig": ">=2.5.0"
1537+
"esp-idf-kconfig": "~=2.5.0"
15391538
}
15401539

15411540
if sys_platform.system() == "Darwin" and "arm" in sys_platform.machine().lower():

0 commit comments

Comments
 (0)