Skip to content

Commit

Permalink
Merge #1517: Bump pyOpenSSL and hence cryptography
Browse files Browse the repository at this point in the history
77bd017 Bump pyOpenSSL and hence cryptography (Adam Gibson)

Pull request description:

  Resolves #1454.

ACKs for top commit:
  kristapsk:
    ACK 77bd017

Tree-SHA512: af5f011e50eadd9b5aa125b1697f67ffa07e819ec307ea06a1423404eee6f9f64d8eb0a507ad3a9cc93f8708a6553872286f4e82e14448fc72c75ad4307e4784
  • Loading branch information
kristapsk committed Aug 2, 2023
2 parents 54db582 + 77bd017 commit 74b0606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jmdaemon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
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==37.0.4; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"',
'pyopenssl==21.0.0', 'libnacl==1.8.0',
'cryptography==41.0.2; 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',
zip_safe=False)

0 comments on commit 74b0606

Please sign in to comment.