summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-22 21:51:54 +0000
committerGitHub <noreply@github.com>2021-02-22 21:51:54 +0000
commit6772fdd0850e7e6afd489b363b5e88296b02cc57 (patch)
treef6827edfb750fc848e62f8c232b90be1e2b8be0c
parenta64b73808857fa7b4f262422ce2c87eedbce10d5 (diff)
downloadcloud-init-git-dependabot/pip/cryptography-3.3.2.tar.gz
build(deps): bump cryptography from 3.2 to 3.3.2dependabot/pip/cryptography-3.3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2...3.3.2) Signed-off-by: dependabot[bot] <support@github.com>
-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 eecab63e..a35a4541 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.2
+cryptography==3.3.2
# lxd backend
pylxd==2.2.11