commit | 7ef3c1c1b4a32fe7914a6cd14760b76e938b721f | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue Sep 22 19:21:41 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Sep 22 19:21:41 2020 +0000 |
tree | 3605f797e571e92388168d63d2bd6586d93a3dd9 | |
parent | e081f583ee200d38a090fd5a441434d81b3d49cd [diff] | |
parent | 13c743407805bfc12a6edfc076fb458d1ae5f03f [diff] |
Merge "Updating the paramiko version to 2.7.0 or greater"
diff --git a/requirements.txt b/requirements.txt index d8738f0..abc0bce 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,7 +5,7 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 jsonschema>=3.2.0 # MIT testtools>=2.2.0 # MIT -paramiko>=2.0.0 # LGPLv2.1+ +paramiko>=2.7.0 # LGPLv2.1+ netaddr>=0.7.18 # BSD oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0