From 71aff2c49f86fc76fb57e284c21880a486297169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:03:25 +0000 Subject: [PATCH] Bump cryptography from 3.0 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.0 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/3.0...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 8300718..cfe2c04 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'requests>=2.7.0', 'cryptography>=1.3.1; python_version >= "3.6"', 'cryptography==3.0; python_version == "3.5"', - 'cryptography==2.9; python_version == "2.7"', + 'cryptography==3.2; python_version == "2.7"', 'six>=1.10.0', 'ndg-httpsclient>=0.4.0', 'pyopenssl>=0.15.1; python_version >= "3.6"',