diff options
author | Kubi <jean.gaoliang@huawei.com> | 2017-02-27 03:08:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-27 03:08:37 +0000 |
commit | 2b441865e1e2f06b27ed8ab81c8559a9e5c50c58 (patch) | |
tree | 1ef93e6a1784819d9d9f0b5b98cd95131c734c7e | |
parent | e05cd29cc62e52e8e78e949ab66c82e38e303ca8 (diff) | |
parent | cff46c96c8986597dbd714e5030693879b58d168 (diff) |
Merge "BugFix: update to paramiko 1.18.0 to fix TypeError"
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d04824686..3549f85e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ oslo.config==3.9.0 oslo.i18n==3.4.0 oslo.serialization==2.4.0 oslo.utils==3.7.0 -paramiko==1.16.0 +paramiko==1.18.0 pbr==1.8.1 pep8==1.7.0 positional==1.0.1 |