From e1d25ae8c6490724f5b58929827e6ad553fd0737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Feb 2021 16:44:34 +0000 Subject: [PATCH] Bump cryptography from 2.3.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.3.1...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 823b4e7..999fa9d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "Sphinx==3.4.3", "pyOpenSSL==18.0.0", "cffi==1.14.4", - "cryptography==2.3.1", + "cryptography==3.3.2", "expiringdict==1.1.4", "psutil==5.6.6", "lazy==1.3",