Bump cryptography to 40.0.1 (#90326)

This commit is contained in:
J. Nick Koston 2023-03-26 12:30:17 -10:00 committed by GitHub
parent a7c796a2f7
commit ce9099a386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@ bluetooth-auto-recovery==1.0.3
bluetooth-data-tools==0.3.1
certifi>=2021.5.30
ciso8601==2.3.0
cryptography==39.0.1
cryptography==40.0.1
dbus-fast==1.84.2
fnvhash==0.1.0
hass-nabucasa==0.62.0
@ -35,7 +35,7 @@ paho-mqtt==1.6.1
pillow==9.4.0
pip>=21.0,<23.1
psutil-home-assistant==0.0.1
pyOpenSSL==23.0.0
pyOpenSSL==23.1.0
pyserial==3.5
python-slugify==4.0.1
pyudev==0.23.2
@ -144,9 +144,9 @@ pandas==1.4.3;python_version<'3.11'
# 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
# pyOpenSSL 23.1.0 or later required to avoid import errors when
# cryptography 40.0.1 is installed with botocore
pyOpenSSL>=23.1.0
# uamqp newer versions we currently can't build for armv7/armhf
# Limit this to Python 3.10, to not block Python 3.11 dev for now

View File

@ -41,9 +41,9 @@ dependencies = [
"lru-dict==1.1.8",
"PyJWT==2.6.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==39.0.1",
# pyOpenSSL 23.0.0 is required to work with cryptography 39+
"pyOpenSSL==23.0.0",
"cryptography==40.0.1",
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
"pyOpenSSL==23.1.0",
"orjson==3.8.7",
"pip>=21.0,<23.1",
"python-slugify==4.0.1",

View File

@ -16,8 +16,8 @@ ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.8
PyJWT==2.6.0
cryptography==39.0.1
pyOpenSSL==23.0.0
cryptography==40.0.1
pyOpenSSL==23.1.0
orjson==3.8.7
pip>=21.0,<23.1
python-slugify==4.0.1

View File

@ -151,9 +151,9 @@ pandas==1.4.3;python_version<'3.11'
# 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
# pyOpenSSL 23.1.0 or later required to avoid import errors when
# cryptography 40.0.1 is installed with botocore
pyOpenSSL>=23.1.0
# uamqp newer versions we currently can't build for armv7/armhf
# Limit this to Python 3.10, to not block Python 3.11 dev for now