Skip to content

Commit a92125a

Browse files
committed
fix: upgrade pyjwt to 2.12.1 to address CVE-2026-32597
This updates the pyjwt dependency from 2.10.1 to 2.12.1 to fix the security vulnerability described in issue #526.
1 parent 6988cb3 commit a92125a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ cryptography==44.0.0
33
flake8==7.1.1
44
mock==2.0.0
55
pylint==3.3.3
6-
PyJWT==2.10.1
6+
PyJWT==2.12.1
77
python-dateutil==2.8.2
88
requests==2.32.3

0 commit comments

Comments
 (0)