diff options
author | Kim <kim.sidney@gmail.com> | 2018-10-21 21:13:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 21:13:15 +0200 |
commit | 2b6402ad8ddba958396c8f0ec88602da51c8bbaa (patch) | |
tree | ea9be9c3d08beaba31f240853c8740e2663f0be0 | |
parent | d6441b7f42e1d8756d09f47ca4dc3854ad2ad6a9 (diff) | |
download | vyos-cloud-init-2b6402ad8ddba958396c8f0ec88602da51c8bbaa.tar.gz vyos-cloud-init-2b6402ad8ddba958396c8f0ec88602da51c8bbaa.zip |
fix paramiko exploit issue
-rw-r--r-- | integration-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index df3a73ef..6dde191d 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -9,7 +9,7 @@ boto3==1.5.9 # ssh communication -paramiko==2.4.0 +paramiko==2.4.2 # lxd backend # 04/03/2018: enables use of lxd 3.0 |