diff --git a/pyproject.toml b/pyproject.toml index 39a50d91..c00f3443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ check = [ # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ "faker ==40.36.0", - "hypothesis >=6.21.0,<6.161.6", + "hypothesis >=6.165.2,<6.165.3", "pytest >=9.0.3,<9.1.0", # Pin until fixed: https://github.com/smarie/python-pytest-cases/issues/385 "pytest-benchmark ==5.2.3", "pytest-cases ==3.10.1",