diff --git a/pyproject.toml b/pyproject.toml index 541f245..57ac081 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "hypothesis>=6.116.0,<7.0", + "hypothesis>=6.118.7,<7.0", "pytest>=8.3.3,<9.0" ]