Update cryptography to 38.0.3 (#81455)

This commit is contained in:
Franck Nijhof 2022-11-03 11:18:25 +01:00 committed by GitHub
parent 454f328a36
commit 7556f2b84e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ bluetooth-adapters==0.6.0
bluetooth-auto-recovery==0.3.6
certifi>=2021.5.30
ciso8601==2.2.0
cryptography==38.0.1
cryptography==38.0.3
dbus-fast==1.61.1
fnvhash==0.1.0
hass-nabucasa==0.56.0

View file

@ -42,7 +42,7 @@ dependencies = [
"lru-dict==1.1.8",
"PyJWT==2.5.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==38.0.1",
"cryptography==38.0.3",
"orjson==3.8.1",
"pip>=21.0,<22.4",
"python-slugify==4.0.1",

View file

@ -16,7 +16,7 @@ ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.8
PyJWT==2.5.0
cryptography==38.0.1
cryptography==38.0.3
orjson==3.8.1
pip>=21.0,<22.4
python-slugify==4.0.1