From cb887a602ea9fc7453052b4c4e7b25ddfcaf7a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:50:39 +0000 Subject: [PATCH] Bump cryptography from 2.5 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 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.5...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 f7a397f..c0e5fb0 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( 'aiohttp', 'aiojobs', 'ecdsa>=0.13.3', - 'cryptography==2.5', + 'cryptography==3.2', 'PyNaCl>=1.3.0', 'requests', 'cython',