Skip to content

Commit

Permalink
Merge pull request #22 from alice-biometrics/feature/pyjwt-2.1.0
Browse files Browse the repository at this point in the history
Upgrade PyJWT dependency to v2.1.0
  • Loading branch information
fgsalomon committed May 27, 2021
2 parents 5294037 + e05afdc commit 9b08036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black
flake8
pre-commit==1.18.3
pytest-clarity==0.2.0a1
pyjwt==2.0.0
pyjwt==2.1.0
requests>=2.18.0
dataclasses>=0.6
dataclasses-json>=0.2.14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION = open("alice/VERSION", "r").read()
REQUIRES = [
"pyjwt==2.0.0",
"pyjwt==2.1.0",
"requests>=2.18.0",
"dataclasses>=0.6",
"dataclasses-json>=0.2.14",
Expand Down

0 comments on commit 9b08036

Please sign in to comment.