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",