Skip to content

Commit d2f3bdf

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 d2f3bdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e-cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ click==8.1.8
22
python-dotenv==1.0.1
33
python-dateutil==2.8.2
44
requests==2.32.3
5-
PyJWT==2.10.1
5+
PyJWT==2.12.1
66
backoff==2.2.1

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"requests~=2.7",
2424
"backoff~=2.1",
2525
"python-dateutil~=2.2",
26-
"PyJWT~=2.10"
26+
"PyJWT~=2.12"
2727
]
2828

2929
tests_require = [

0 commit comments

Comments
 (0)