diff --git a/setup.py b/setup.py index 41c48e9..bea36d8 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_version(): "black==19.10b0", "coverage==5.0.3", "pytest-cov==2.8.1", - "hypothesis>=4.42.0,<6.0", + "hypothesis>=4.42.0,<7.0", "attrs>=19.2", ] docs_require = ["sphinx", "sphinx-autobuild", "sphinx-rtd-theme", "sphinx-click"]