diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 927f0db3f01..5c94730b5db 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 4e608c36b97..6c5f1addd5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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+ diff --git a/requirements.txt b/requirements.txt index 84fa6a0cbb4..e725201bb7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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