From b4180cacc16b6af918aaa51a951ffc47c450e8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:50:34 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 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.7...3.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cecd815..fb2d5e0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'boto3==1.9.137', 'botocore==1.12.137', 'Click==7.0', - 'cryptography==2.7', + 'cryptography==3.2', 'smart-open==1.8.4' ], entry_points={