diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-07-16 22:34:53 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-07-16 22:34:53 +0000 |
commit | 90e3ade7c3bba5542bf2c39dc4adb44fab9cd8ff (patch) | |
tree | 7dd7a4662b561b930f439e6bc9c5eb2e1d153d1d /integration-requirements.txt | |
parent | 2e62cb8a6406309cbeb5f8d2aa00fb30e72e1cfc (diff) | |
download | vyos-cloud-init-90e3ade7c3bba5542bf2c39dc4adb44fab9cd8ff.tar.gz vyos-cloud-init-90e3ade7c3bba5542bf2c39dc4adb44fab9cd8ff.zip |
tests: bump the version of paramiko to 2.4.1.
Paramiko version 2.4.0 had a CVE (CVE-2018-7750) against it.
It is not likely particularly worrisome for our integration tests,
but we might as well bump it.
Diffstat (limited to 'integration-requirements.txt')
-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 01baebdd..f80cb942 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.1 # lxd backend # 04/03/2018: enables use of lxd 3.0 |