Use newer paramiko

Old paramiko uses pycrypto which is out of date and insecure. Switch to
new paramiko and cryptography instead.

Change-Id: I651244d549d10a848643d1e3b96438833a5954bd
This commit is contained in:
Clark Boylan 2020-01-27 16:10:55 -08:00
parent 609deaf9a5
commit c234e11b51
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
pbr>=0.11
paramiko>=1.8.0,<2.0.0
paramiko>=2.0.0
six>=1.7.0