Closed rwalton-arm closed 4 years ago
requests[security] depends on pyOpenSSL which requires cryptography >= 2.8, we were pinning cryptography to <=2.3.
requests[security]
pyOpenSSL
cryptography >= 2.8
cryptography
<=2.3
This patch bumps the minimum cryptography version to 2.8.
This is a fix for https://github.com/ARMmbed/yotta/issues/860
requests[security]
depends onpyOpenSSL
which requirescryptography >= 2.8
, we were pinningcryptography
to<=2.3
.This patch bumps the minimum
cryptography
version to 2.8.This is a fix for https://github.com/ARMmbed/yotta/issues/860