From 93127b11e9c4976da3cbfe6a4d21931f3b6288c1 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 26 Jan 2021 11:19:40 -0800 Subject: [PATCH] cloud-tests: update cryptography requirement --- cloud-tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-tests-requirements.txt b/cloud-tests-requirements.txt index b4cd18d5c1b..eecab63e78d 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