fix(deps): bump pyjwt to >=2.13.0 to patch CVEs

This commit is contained in:
Greyson LaLonde
2026-06-02 10:01:53 -07:00
committed by GitHub
parent a9cb7867bb
commit c81b4fe11e
4 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ dependencies = [
"appdirs~=1.4.4",
"cryptography>=42.0",
"httpx~=0.28.1",
"pyjwt>=2.9.0,<3",
"pyjwt>=2.13.0,<3",
"rich>=13.7.1",
"tomli~=2.0.2",
"tomli-w~=1.1.0",