From 9e8b96a5ccdcbf1ef4f66d4527611f01f2329cc7 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 5 Oct 2021 20:56:23 +0200 Subject: [PATCH] bump h2 to v4.1 for fixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42309113e..dd84f0feb 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( "cryptography>=3.3,<3.5", "flask>=1.1.1,<2.1", "h11>=0.11,<0.13", - "h2>=4.0,<5", + "h2>=4.1,<5", "hyperframe>=6.0,<7", "kaitaistruct>=0.7,<0.10", "ldap3>=2.8,<2.10",