Skip to content

Commit

Permalink
Bump PyJWT to 2.10.1 (home-assistant#132100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 3, 2024
1 parent 7ae80b5 commit 33db95f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ paho-mqtt==1.6.1
Pillow==11.0.0
propcache==0.2.1
psutil-home-assistant==0.0.1
PyJWT==2.10.0
PyJWT==2.10.1
pymicro-vad==1.0.1
PyNaCl==1.5.0
pyOpenSSL==24.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
"ifaddr==0.2.0",
"Jinja2==3.1.4",
"lru-dict==1.3.0",
"PyJWT==2.10.0",
"PyJWT==2.10.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==44.0.0",
"Pillow==11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ home-assistant-bluetooth==1.13.0
ifaddr==0.2.0
Jinja2==3.1.4
lru-dict==1.3.0
PyJWT==2.10.0
PyJWT==2.10.1
cryptography==44.0.0
Pillow==11.0.0
propcache==0.2.1
Expand Down

0 comments on commit 33db95f

Please sign in to comment.