Skip to content

Commit 506ea66

Browse files
committed
Merge branch 'bugfix/constrain_cryptography' into 'master'
Tools: Constrain the cryptography package for avoiding breaking changes See merge request sdk/ESP8266_RTOS_SDK!1640
2 parents 0f200b4 + b309e2c commit 506ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ setuptools
88
click>=5.0
99
pyserial>=3.0
1010
future>=0.15.2
11-
cryptography>=2.1.4
11+
cryptography>=2.1.4,<35
1212
pyparsing>=2.0.3,<2.4.0
1313
pyelftools>=0.22

0 commit comments

Comments
 (0)