Fix paramiko version for py37 and upper

Need to update paramiko to fix the following.
https://github.com/paramiko/paramiko/issues/1108

Change-Id: If40c0674273df6b76a9bcd88f216f6aa68625fa3
Closes-Bug: #1886298
This commit is contained in:
Toshiaki Takahashi
2020-11-16 17:09:14 +09:00
parent b1a02ec7d3
commit 9e13e54c88
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ oslo.utils==3.33.0
oslo.versionedobjects==1.33.3
oslotest==3.2.0
packaging==17.1
paramiko==2.0.0
paramiko==2.7.1
Paste==2.0.2
PasteDeploy==1.5.0
pbr==2.0.0