Update PyJWT to 2.8.0 (#96899)
This commit is contained in:
parent
a305a9fe9c
commit
0502879d10
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ paho-mqtt==1.6.1
|
|||
Pillow==10.0.0
|
||||
pip>=21.3.1
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.7.0
|
||||
PyJWT==2.8.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
pyserial==3.5
|
||||
|
|
|
@ -40,7 +40,7 @@ dependencies = [
|
|||
"ifaddr==0.2.0",
|
||||
"Jinja2==3.1.2",
|
||||
"lru-dict==1.2.0",
|
||||
"PyJWT==2.7.0",
|
||||
"PyJWT==2.8.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==41.0.2",
|
||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
||||
|
|
|
@ -15,7 +15,7 @@ home-assistant-bluetooth==1.10.0
|
|||
ifaddr==0.2.0
|
||||
Jinja2==3.1.2
|
||||
lru-dict==1.2.0
|
||||
PyJWT==2.7.0
|
||||
PyJWT==2.8.0
|
||||
cryptography==41.0.2
|
||||
pyOpenSSL==23.2.0
|
||||
orjson==3.9.2
|
||||
|
|
Loading…
Add table
Reference in a new issue