diff --git a/requirements.txt b/requirements.txt index 9432476..1564071 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ poyo==0.5.0 protobuf==3.19.4 pyasn1==0.4.8 pyasn1-modules==0.2.8 -PyJWT==1.7.1 +PyJWT==2.4.0 pyparsing==3.0.7 PySocks==1.7.0 python-dateutil==2.8.0 diff --git a/setup.py b/setup.py index b38af70..f33b170 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ 'protobuf==3.19.4', 'pyasn1==0.4.8', 'pyasn1-modules==0.2.8', - 'PyJWT==1.7.1', + 'PyJWT==2.4.0', 'pyparsing==3.0.7', 'PySocks==1.7.0', 'python-dateutil==2.8.0',