From 8667f5364a350868cebf422b35d50c116249aaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Feb 2021 17:44:27 +0000 Subject: [PATCH] Bump cryptography from 1.4 to 3.3.2 in /compute/encryption Bumps [cryptography](https://github.com/pyca/cryptography) from 1.4 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/1.4...3.3.2) Signed-off-by: dependabot[bot] --- compute/encryption/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index f7f4ff81407..3790c1a757f 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,2 +1,2 @@ -cryptography==1.4 +cryptography==3.3.2 requests==2.10.0