Browse Source

pyln: Bump cryptography dependency to 3.2 due to upstream bug

https://cryptography.io/en/latest/changelog.html

Changelog-None
ppa-prep
Christian Decker 4 years ago
committed by Rusty Russell
parent
commit
62f7e646ec
  1. 2
      contrib/pyln-proto/requirements.txt
  2. 2
      requirements.txt

2
contrib/pyln-proto/requirements.txt

@ -1,5 +1,5 @@
bitstring==3.1.6
cryptography==2.8
cryptography==3.2
coincurve==13.0.0
base58==1.0.2
mypy

2
requirements.txt

@ -5,7 +5,7 @@ bitstring==3.1.6
cheroot==8.2.1
coincurve==13.0.0
commonmark==0.8.1
cryptography==2.8
cryptography==3.2
ephemeral-port-reserve==1.1.1
flake8==3.7.8
flaky==3.6.1

Loading…
Cancel
Save