Update PyJWT to 2.8.0 (#96899)

This commit is contained in:
Franck Nijhof 2023-07-19 14:35:54 +02:00 committed by GitHub
parent a305a9fe9c
commit 0502879d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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+

View file

@ -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