Merge branch 'bugfix/constraint_urllib3_v44' into 'release/v4.4'

requirements: Pin urllib3 to <2

See merge request espressif/esp-idf!23608
This commit is contained in:
Roland Dobai 2023-05-07 00:40:21 +08:00
commit 7641c8ef4f

View File

@ -18,6 +18,7 @@ cryptography>=2.1.4
pyparsing>=2.0.3,<2.4.0
pyelftools>=0.22
idf-component-manager~=1.2
urllib3<2
gdbgui==0.13.2.0; python_version < "3.11"
# 0.13.2.1 supports Python 3.6+ only