diff --git a/setup.py b/setup.py index 9d83017e0..6fa019616 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( "h2>=4.0,<5", "hyperframe>=6.0,<7", "kaitaistruct>=0.7,<0.10", - "ldap3>=2.8,<2.9", + "ldap3>=2.8,<2.10", "msgpack>=1.0.0, <1.1.0", "passlib>=1.6.5, <1.8", "protobuf>=3.14,<3.15", @@ -97,7 +97,7 @@ setup( "pydivert>=2.0.3,<2.2", ], 'dev': [ - "hypothesis>=5.8,<6.1", + "hypothesis>=5.8,<6.2", "parver>=0.1,<2.0", "pytest-asyncio>=0.10.0,<0.14,!=0.14", "pytest-cov>=2.7.1,<3",