mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/constrain_cryptography_v4.1' into 'release/v4.1'
Tools: Constrain the cryptography package version in order to avoid breaking changes (v4.1) See merge request espressif/esp-idf!15463
This commit is contained in:
commit
cd1c40459f
@ -8,7 +8,7 @@ setuptools>=21
|
||||
click>=5.0
|
||||
pyserial>=3.0
|
||||
future>=0.15.2
|
||||
cryptography>=2.1.4
|
||||
cryptography>=2.1.4,<35
|
||||
pyparsing>=2.0.3,<2.4.0
|
||||
pyelftools>=0.22
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user