Skip to content

Commit

Permalink
fix: lock JWT version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed Dec 28, 2020
1 parent 6d7846f commit 8fcdfc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ bumpversion>=0.5.3

# Web sockets
websocket-client==0.48.0

# lock JWT
PyJWT==1.7.1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ requests>=2.0,<3.0
python_dateutil>=2.5.3
websocket-client==0.48.0
ibm_cloud_sdk_core==1.7.3
PyJWT==1.7.1

0 comments on commit 8fcdfc6

Please sign in to comment.