Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
[Update] PyJWT Version Update (Solved Secure Issues)
  • Loading branch information
uJhin authored Jun 8, 2022
1 parent ea93855 commit e046901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
packages = find_packages(),
install_requires = [
'bravado>=11.0.2',
'PyJWT>=2.0',
'websockets>=10.1'
'PyJWT>=2.4.0',
'websockets>=10.3'
],
extras_require = {
'fido': [
Expand Down

0 comments on commit e046901

Please sign in to comment.