This is an automated email from the ASF dual-hosted git repository.

aafghahi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new d3670f1472 chore(deps): pinning pyjwt to 2.4.0 (#20297)
d3670f1472 is described below

commit d3670f1472b85c3d5a8f6051169791d328a96792
Author: Joe Li <[email protected]>
AuthorDate: Tue Jun 7 18:34:00 2022 -0700

    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 <[email protected]>
---
 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 e25b602986..df328bb61a 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 d6299b01da..556e170985 100644
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setup(
         "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",

Reply via email to