Update cryptography to 37.0.4 (#76853)
This commit is contained in:
parent
5ef6b5a300
commit
b4323108b1
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ bleak==0.15.1
|
|||
bluetooth-adapters==0.1.3
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.2.0
|
||||
cryptography==36.0.2
|
||||
cryptography==37.0.4
|
||||
fnvhash==0.1.0
|
||||
hass-nabucasa==0.55.0
|
||||
home-assistant-bluetooth==1.3.0
|
||||
|
|
|
@ -42,7 +42,7 @@ dependencies = [
|
|||
"lru-dict==1.1.8",
|
||||
"PyJWT==2.4.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==36.0.2",
|
||||
"cryptography==37.0.4",
|
||||
"orjson==3.7.11",
|
||||
"pip>=21.0,<22.3",
|
||||
"python-slugify==4.0.1",
|
||||
|
|
|
@ -16,7 +16,7 @@ ifaddr==0.1.7
|
|||
jinja2==3.1.2
|
||||
lru-dict==1.1.8
|
||||
PyJWT==2.4.0
|
||||
cryptography==36.0.2
|
||||
cryptography==37.0.4
|
||||
orjson==3.7.11
|
||||
pip>=21.0,<22.3
|
||||
python-slugify==4.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue