diff options
author | Joshua Powers <josh.powers@canonical.com> | 2021-01-26 11:49:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 14:49:05 -0500 |
commit | 4c190685498addc053e802cb7c1afbcf3890dfef (patch) | |
tree | 7baeae93d46156de0c016a84e7385b5a4430f67f /cloud-tests-requirements.txt | |
parent | a9c904dc6438c908cd5341312311dfbbb18c81d2 (diff) | |
download | vyos-cloud-init-4c190685498addc053e802cb7c1afbcf3890dfef.tar.gz vyos-cloud-init-4c190685498addc053e802cb7c1afbcf3890dfef.zip |
cloud-tests: update cryptography requirement (#790)
Diffstat (limited to 'cloud-tests-requirements.txt')
-rw-r--r-- | cloud-tests-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud-tests-requirements.txt b/cloud-tests-requirements.txt index b4cd18d5..eecab63e 100644 --- a/cloud-tests-requirements.txt +++ b/cloud-tests-requirements.txt @@ -10,7 +10,7 @@ boto3==1.14.53 # ssh communication paramiko==2.7.2 -cryptography==3.1 +cryptography==3.2 # lxd backend pylxd==2.2.11 |