summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2021-01-26 11:49:05 -0800
committerGitHub <noreply@github.com>2021-01-26 14:49:05 -0500
commit4c190685498addc053e802cb7c1afbcf3890dfef (patch)
tree7baeae93d46156de0c016a84e7385b5a4430f67f
parenta9c904dc6438c908cd5341312311dfbbb18c81d2 (diff)
downloadcloud-init-git-4c190685498addc053e802cb7c1afbcf3890dfef.tar.gz
cloud-tests: update cryptography requirement (#790)
-rw-r--r--cloud-tests-requirements.txt2
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