mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Bump cryptography to 42.0.1 and pyOpenSSL to 24.0.0 (#108956)
* Bump cryptography to 42.0.1 changes: https://github.com/pyca/cryptography/compare/41.0.7...42.0.1 Note that more of the non-rust backend code has been removed I had to handle that in https://github.com/bdraco/chacha20poly1305-reuseable/releases/tag/v0.12.1 So there may be other downstream consumers that have a problem * need pyOpenSSL as well * too early before coffee
This commit is contained in:
@@ -138,9 +138,9 @@ iso4217!=1.10.20220401
|
||||
# We need at least >=2.1.0 (tensorflow integration -> pycocotools)
|
||||
matplotlib==3.6.1
|
||||
|
||||
# pyOpenSSL 23.1.0 or later required to avoid import errors when
|
||||
# cryptography 40.0.1 is installed with botocore
|
||||
pyOpenSSL>=23.1.0
|
||||
# pyOpenSSL 24.0.0 or later required to avoid import errors when
|
||||
# cryptography 42.0.0 is installed with botocore
|
||||
pyOpenSSL>=24.0.0
|
||||
|
||||
# protobuf must be in package constraints for the wheel
|
||||
# builder to build binary wheels
|
||||
|
||||
Reference in New Issue
Block a user