From a214f62fbfb7caa4b22cab0462a7441759af48f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:18:00 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 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/2.1.4...3.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e742df2..737dc23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ schematics==2.0.1 # BSD 3-clause simple-settings==0.12.0 # MIT arrow==0.10.0 # Apache 2.0 pyvmomi==6.5.0.2017.5-1 # Apache 2.0 -cryptography==2.1.4 # Apache 2.0 or BSD +cryptography==3.2 # Apache 2.0 or BSD passlib==1.7.1 # BSD-3-Clause bcrypt==3.1.4 # Apache 2.0 pygithub==1.35 # LGPL