diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2020-02-09 13:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 13:28:38 +0100 |
commit | 84cbb8fc1faf55bc56ddbc4ec0af9d7fcdf9729f (patch) | |
tree | 9ad7ac9caac927e83a6f79e41020c759165965a0 /setup.py | |
parent | c16b4887875bcdecdf18355f28347a48ba4297fd (diff) | |
parent | ae6fe83adbbfee4ecbbca498f3f638a57219ce1d (diff) | |
download | mitmproxy-84cbb8fc1faf55bc56ddbc4ec0af9d7fcdf9729f.tar.gz mitmproxy-84cbb8fc1faf55bc56ddbc4ec0af9d7fcdf9729f.tar.bz2 mitmproxy-84cbb8fc1faf55bc56ddbc4ec0af9d7fcdf9729f.zip |
Merge pull request #3815 from Kriechi/fix-3780
fix #3780
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |