From 5858803a6cbd23507470282a6e48ab275cd9b698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:06:39 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 34fe8d2d2bf0c2..c3067f2d377bb3 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -52,7 +52,7 @@ paho-mqtt==2.1.0 Pillow==11.3.0 propcache==0.3.2 psutil-home-assistant==0.0.1 -PyJWT==2.10.1 +PyJWT==2.12.0 pymicro-vad==1.0.1 PyNaCl==1.6.0 pyOpenSSL==25.3.0 diff --git a/pyproject.toml b/pyproject.toml index d33177e12760b6..9f7f56e74a9f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "ifaddr==0.2.0", "Jinja2==3.1.6", "lru-dict==1.3.0", - "PyJWT==2.10.1", + "PyJWT==2.12.0", # PyJWT has loose dependency. We want the latest one. "cryptography==46.0.2", "Pillow==11.3.0", diff --git a/requirements.txt b/requirements.txt index a1c4900b4007bf..7be780e994621e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ home-assistant-bluetooth==1.13.1 ifaddr==0.2.0 Jinja2==3.1.6 lru-dict==1.3.0 -PyJWT==2.10.1 +PyJWT==2.12.0 cryptography==46.0.2 Pillow==11.3.0 propcache==0.3.2