Skip to content

Commit

Permalink
chore(deps): pinning pyjwt to 2.4.0 (#20297)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sadpandajoe and AAfghahi authored Jun 8, 2022
1 parent ba0c37d commit d3670f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d3670f1

Please sign in to comment.