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

View File

@ -42,7 +42,7 @@ rfc3986>=1.1.0 # Apache-2.0
tosca-parser>=1.6.0 # Apache-2.0
heat-translator>=2.0.0 # Apache-2.0
cryptography>=2.7 # BSD/Apache-2.0
paramiko>=2.0.0 # LGPLv2.1+
paramiko>=2.7.1 # LGPLv2.1+
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
python-barbicanclient>=4.5.2 # Apache-2.0