diff --git a/jmclient/setup.py b/jmclient/setup.py index edf66f2..947577b 100644 --- a/jmclient/setup.py +++ b/jmclient/setup.py @@ -11,6 +11,6 @@ setup(name='joinmarketclient', packages=['jmclient'], install_requires=['joinmarketbase==0.9.7dev', 'mnemonic', 'argon2_cffi', 'bencoder.pyx>=2.0.0', 'pyaes', 'klein==20.6.0', - 'pyjwt==2.1.0', 'autobahn==20.12.3'], + 'pyjwt==2.4.0', 'autobahn==20.12.3'], python_requires='>=3.6', zip_safe=False)