From 3efd2b86f8caf886379da8eec3bccf0abad27b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 19:27:11 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 2.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 2.3. - [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...2.3) 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..a23505d 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==2.3 # Apache 2.0 or BSD passlib==1.7.1 # BSD-3-Clause bcrypt==3.1.4 # Apache 2.0 pygithub==1.35 # LGPL