From d3670f1472b85c3d5a8f6051169791d328a96792 Mon Sep 17 00:00:00 2001 From: Joe Li Date: Tue, 7 Jun 2022 18:34:00 -0700 Subject: [PATCH] chore(deps): pinning pyjwt to 2.4.0 (#20297) * pinning pyjwt to 2.4.0 * Updating the max version based on PR comments * Update setup.py Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com> --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index e25b602986d03..df328bb61a3e1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -199,7 +199,7 @@ pyarrow==5.0.0 # via apache-superset pycparser==2.20 # via cffi -pyjwt==2.2.0 +pyjwt==2.4.0 # via # apache-superset # flask-appbuilder diff --git a/setup.py b/setup.py index d6299b01da92a..556e1709859aa 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def get_git_sha() -> str: "python-geohash", "pyarrow>=5.0.0, <6.0", "pyyaml>=5.4", - "PyJWT>=2.0.0, <2.4.0", + "PyJWT>=2.4.0, <3.0", "redis", "selenium>=3.141.0", "simplejson>=3.15.0",