diff --git a/requirements.txt b/requirements.txt index 0de78fd..56ced68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ requests==2.22.0 gcloud==0.18.3 oauth2client==4.1.3 requests-toolbelt==0.9.1 -python-jwt==3.2.4 +python-jwt==3.3.4 pycryptodome==3.9.0 urllib3==1.25.5 \ No newline at end of file diff --git a/setup.py b/setup.py index 95bf54a..5f87051 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'gcloud==0.18.3', 'oauth2client==4.1.3', 'requests_toolbelt==0.9.1', - 'python_jwt==3.2.4', + 'python_jwt==3.3.4', 'pycryptodome==3.9.0', 'urllib3==1.25.5' ]