Upgrade dependency pyjwt to ==1.5.3 (#901)
This commit is contained in:
parent
a7923f2a06
commit
c381331c10
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ install_requires = [
|
||||||
'marshmallow==2.13.6',
|
'marshmallow==2.13.6',
|
||||||
'cryptography==1.9',
|
'cryptography==1.9',
|
||||||
'xmltodict==0.11.0',
|
'xmltodict==0.11.0',
|
||||||
'pyjwt==1.5.2',
|
'pyjwt==1.5.3',
|
||||||
'lockfile==0.12.2',
|
'lockfile==0.12.2',
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
'future==0.16.0',
|
'future==0.16.0',
|
||||||
|
|
Loading…
Reference in New Issue