Skip to content

Commit

Permalink
Merge branch 'release/v6.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 26, 2023
2 parents b720f0d + 9747fbc commit 8100ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,8 @@ def _get_installed_pip_packages(python_exe_path):
return result

deps = {
# https://github.com/platformio/platformio-core/issues/4614
"urllib3": "<2",
# https://github.com/platformio/platform-espressif32/issues/635
"cryptography": ">=2.1.4,<35.0.0",
"future": ">=0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "6.3.0",
"version": "6.3.1",
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif32",
Expand Down

0 comments on commit 8100ac5

Please sign in to comment.