bump ldap3 dependency

apparently older versions cause issues, see mitmproxy/mitmproxy#4168
This commit is contained in:
Maximilian Hils 2020-08-26 22:58:10 +02:00
parent c48a2fcc4f
commit 9156873cf1

View File

@ -71,7 +71,7 @@ setup(
"h2>=3.2.0,<4", "h2>=3.2.0,<4",
"hyperframe>=5.1.0,<6", "hyperframe>=5.1.0,<6",
"kaitaistruct>=0.7,<0.9", "kaitaistruct>=0.7,<0.9",
"ldap3>=2.6.1,<2.8", "ldap3>=2.8,<2.9",
"msgpack>=1.0.0, <1.1.0", "msgpack>=1.0.0, <1.1.0",
"passlib>=1.6.5, <1.8", "passlib>=1.6.5, <1.8",
"protobuf>=3.6.0, <3.12", "protobuf>=3.6.0, <3.12",