forked from platformio/platformio-core
Revert "Lock "cryptography" to RUST-less 3.3.2 version"
This reverts commit 3828e6d15e
.
This commit is contained in:
@ -218,7 +218,7 @@ def get_contrib_pysite_deps():
|
||||
result.extend(
|
||||
[
|
||||
# pyopenssl depends on it, use RUST-less version
|
||||
"cryptography == 3.3.2",
|
||||
"cryptography >= 3.3, < 35.0.0",
|
||||
"pyopenssl >= 16.0.0",
|
||||
"service_identity >= 18.1.0",
|
||||
"idna >= 0.6, != 2.3",
|
||||
|
Reference in New Issue
Block a user