aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-02-08 16:55:49 +0000
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2020-02-08 21:48:14 +0100
commitae6fe83adbbfee4ecbbca498f3f638a57219ce1d (patch)
tree6987b1e38b5b4fa8ae560682db5c32ef941fae55 /setup.py
parent7b638f1b6b543ec5e23170217a42ca0e5c421992 (diff)
downloadmitmproxy-ae6fe83adbbfee4ecbbca498f3f638a57219ce1d.tar.gz
mitmproxy-ae6fe83adbbfee4ecbbca498f3f638a57219ce1d.tar.bz2
mitmproxy-ae6fe83adbbfee4ecbbca498f3f638a57219ce1d.zip
fix #3780
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 690a433a..c5edee18 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ setup(
"click>=7.0,<8",
"cryptography>=2.1.4,<2.5",
"flask>=1.1.1,<1.2",
- "h2>=3.0.1,<4",
+ "h2>=3.2.0,<4",
"hyperframe>=5.1.0,<6",
"kaitaistruct>=0.7,<0.9",
"ldap3>=2.6.1,<2.7",