diff --git a/pyproject.toml b/pyproject.toml index d2af791..196b3d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ [project.optional-dependencies] tests = [ "pytest >= 3.8", - "hypothesis >= 6.41.0, < 6.89.0", + "hypothesis >= 6.41.0, < 6.92.0", "pre-commit >= 2.19", "codespell" ]