Bump paramiko requirement

Paramiko 2.0 appears to not support Python 3.7
due to

https://github.com/paramiko/paramiko/issues/1108

Move to a more recent version.

Change-Id: Ie0407138596ffccd3bd4909b5ea071042daad8fd
This commit is contained in:
Eric Harney 2020-01-20 12:17:11 -05:00
parent 1537764a9a
commit 81590cbf8a
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ oslo.versionedobjects==1.31.2
oslo.vmware==2.17.0
oslotest==3.2.0
osprofiler==1.4.0
paramiko==2.0.0
paramiko==2.4.0
Paste==2.0.2
PasteDeploy==1.5.0
pbr==2.0.0

View File

@ -31,7 +31,7 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.34.0 # Apache-2.0
oslo.versionedobjects>=1.31.2 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
paramiko>=2.0.0 # LGPLv2.1+
paramiko>=2.4.0 # LGPLv2.1+
Paste>=2.0.2 # MIT
PasteDeploy>=1.5.0 # MIT
psutil>=3.2.2 # BSD