From c50feb6a408eb672cd0b21ebfa3037967cb4cf74 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 17 Dec 2016 17:59:23 +0100 Subject: [PATCH] bump h2 This takes care of https://github.com/python-hyper/hyper-h2/issues/422 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f05eddc5..08708b315 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( "cryptography>=1.3, <1.8", "cssutils>=1.0.1, <1.1", "Flask>=0.10.1, <0.12", - "h2>=2.5.0, <3", + "h2>=2.5.1, <3", "html2text>=2016.1.8, <=2016.9.19", "hyperframe>=4.0.1, <5", "jsbeautifier>=1.6.3, <1.7",