From 9f32fb52e401c2ea72616666a07a6acb6065634a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:03:47 +0000 Subject: [PATCH] Bump cryptography from 2.0.3 to 2.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.0.3 to 2.3. - [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.0.3...2.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 750a6bd..fdd2c42 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires=[ 'autobahn==17.6.2', 'twisted==17.5.0', - 'cryptography==2.0.3', + 'cryptography==2.3', 'pyOpenSSL==17.1.0', 'pgpy==0.4.2', 'six==1.10.0'