diff --git a/pyproject.toml b/pyproject.toml index eff5335..2e61171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "hypothesis>=6.100.1,<7.0", - "pytest>=8.1.2,<9.0" + "hypothesis>=6.118.7,<7.0", + "pytest>=8.3.3,<9.0" ] [build-system]