Skip to content

Commit b4a45d2

Browse files
authored
Merge pull request #9757 from jepler/fix-cryptography-version
lift version requirement on cryptography, espressif fixed it
2 parents 38779cd + 9df857d commit b4a45d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ intelhex
2525
# for building & testing natmods
2626
pyelftools
2727

28-
# for mbedtls certificate store
29-
# version limit due to espressif
30-
cryptography<36.1,>=2.1.4
28+
cryptography
3129

3230
# for web workflow minify
3331
minify_html

0 commit comments

Comments
 (0)