From 08d1f67e5b55ef6f76d1f59dbac1facfab42a0cd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 8 Feb 2021 17:46:57 +0100 Subject: [PATCH] [requires.io] dependency update on master branch (#4431) Co-authored-by: requires.io --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",