aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-08-23 19:12:55 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-08-24 09:09:34 +0200
commit72811e20e036ecc3446398027a6b27ef8ade6190 (patch)
tree02b86b5b549ff6d4bad31cfacca7a74c94eb49fd /setup.py
parent8926becf922076c0635a9ec6c46c60b910a4eaa3 (diff)
downloadmitmproxy-72811e20e036ecc3446398027a6b27ef8ade6190.tar.gz
mitmproxy-72811e20e036ecc3446398027a6b27ef8ade6190.tar.bz2
mitmproxy-72811e20e036ecc3446398027a6b27ef8ade6190.zip
bump h2 dependency
This fixes a bug with empty HEAD responses: https://github.com/python-hyper/hyper-h2/issues/255
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",