From 8a38e1ef3a0862481776f861671d9bb7edaaa148 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 17 Dec 2017 09:44:56 +0100 Subject: [PATCH] bump cryptography This includes important security fixes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f824ddf9..cfda3071c 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup( "brotlipy>=0.5.1, <0.8", "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! "click>=6.2, <7", - "cryptography>=2.0,<2.2", + "cryptography>=2.1.4,<2.2", 'h11>=0.7.0,<0.8', "h2>=3.0, <4", "hyperframe>=5.0, <6",