diff --git a/setup.py b/setup.py index bb5cf0ad..8d80b08e 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def find_version(): "testing": [ "coverage", "async_generator >= 1.3", - "hypothesis >= 3.64", + "hypothesis >= 5.7.1", ], }, entry_points={"pytest11": ["asyncio = pytest_asyncio.plugin"]},