mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Bump cryptography to 39.0.0 (#85846)
* Bump cryptography to 39.0.0 changelog: https://github.com/pyca/cryptography/compare/38.0.3...39.0.0 The change that is significant is https://github.com/pyca/cryptography/pull/7601 which should help with esphome noise encryption performance * constraints * fix botocore not loading
This commit is contained in:
@@ -149,6 +149,10 @@ uamqp==1.6.0
|
||||
# Matplotlib 3.6.2 has issues building wheels on armhf/armv7
|
||||
# We need at least >=2.1.0 (tensorflow integration -> pycocotools)
|
||||
matplotlib==3.6.1
|
||||
|
||||
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
||||
# cryptography 39.0.0 is installed with botocore
|
||||
pyOpenSSL>=23.0.0
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
||||
Reference in New Issue
Block a user