mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update PyJWT to 2.8.0 (#96899)
This commit is contained in:
parent
a305a9fe9c
commit
0502879d10
@ -35,7 +35,7 @@ paho-mqtt==1.6.1
|
|||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
pip>=21.3.1
|
pip>=21.3.1
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
PyJWT==2.7.0
|
PyJWT==2.8.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
|
@ -40,7 +40,7 @@ dependencies = [
|
|||||||
"ifaddr==0.2.0",
|
"ifaddr==0.2.0",
|
||||||
"Jinja2==3.1.2",
|
"Jinja2==3.1.2",
|
||||||
"lru-dict==1.2.0",
|
"lru-dict==1.2.0",
|
||||||
"PyJWT==2.7.0",
|
"PyJWT==2.8.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==41.0.2",
|
"cryptography==41.0.2",
|
||||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
# 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
|
ifaddr==0.2.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
lru-dict==1.2.0
|
lru-dict==1.2.0
|
||||||
PyJWT==2.7.0
|
PyJWT==2.8.0
|
||||||
cryptography==41.0.2
|
cryptography==41.0.2
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
orjson==3.9.2
|
orjson==3.9.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user