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:
parent
609deaf9a5
commit
c234e11b51
@ -1,3 +1,3 @@
|
||||
pbr>=0.11
|
||||
paramiko>=1.8.0,<2.0.0
|
||||
paramiko>=2.0.0
|
||||
six>=1.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user