Blob Blame History Raw
diff --git a/setup.py b/setup.py
index 931800f..49c1521 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ setup(
         'Programming Language :: Python :: Implementation :: PyPy',
     ],
     test_suite='tests',
-    tests_require=['pytest<5', 'hypothesis<5'],
+    tests_require=['pytest', 'hypothesis'],
     scripts=[],
     setup_requires=pytest_runner,
     ext_modules=extensions,