1
0
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:
J. Nick Koston
2023-01-13 14:58:01 -10:00
committed by GitHub
parent dffc913f9e
commit 8b893b7062
4 changed files with 15 additions and 3 deletions

View File

@@ -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 = (