From 39c9a715fc7726b8db7dc74952d053c471362943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:35:49 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.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.2...3.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 6213c82..3ef15ca 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'stevedore>=1.10.0', 'requests>=2.7.0', 'cryptography>=3.2; python_version >= "3.6"', - 'cryptography==3.2; python_version == "3.5" or python_version == "2.7"', + 'cryptography==3.3.2; python_version == "3.5" or python_version == "2.7"', 'six>=1.10.0', 'ndg-httpsclient>=0.4.0', 'pyopenssl>=0.15.1; python_version >= "3.6"',