From 72811e20e036ecc3446398027a6b27ef8ade6190 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 23 Aug 2016 19:12:55 +0200 Subject: bump h2 dependency This fixes a bug with empty HEAD responses: https://github.com/python-hyper/hyper-h2/issues/255 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f71a5f10..4c6ecb6e 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( "cryptography>=1.3, <1.5", "cssutils>=1.0.1, <1.1", "Flask>=0.10.1, <0.12", - "h2>=2.4.0, <3", + "h2>=2.4.1, <3", "html2text>=2016.1.8, <=2016.5.29", "hyperframe>=4.0.1, <5", "jsbeautifier>=1.6.3, <1.7", -- cgit v1.2.3