diff --git a/jmdaemon/setup.py b/jmdaemon/setup.py index 2e2555801..315dbc575 100644 --- a/jmdaemon/setup.py +++ b/jmdaemon/setup.py @@ -11,7 +11,7 @@ packages=['jmdaemon'], install_requires=['txtorcon==22.0.0', 'cryptography==3.3.2; platform_machine != "aarch64" and platform_machine != "amd64" and platform_machine != "x86_64"', - 'cryptography==41.0.2; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"', + 'cryptography==41.0.3; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"', 'pyopenssl==23.2.0', 'libnacl==1.8.0', 'joinmarketbase==0.9.10dev'], python_requires='>=3.6',