diff --git a/requirements-testing.txt b/requirements-testing.txt index 2c0a50d..f357b73 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -17,5 +17,5 @@ mypy == 1.19.*; python_version < "3.10" pydantic >= 2.10, < 3 # hypothesis: used by the opt-in fuzz test suites in test/openjd/expr # and test/openjd/model-v*. conftest.py imports it unconditionally. -hypothesis ~= 6.158; python_version >= "3.10" +hypothesis ~= 6.160; python_version >= "3.10" hypothesis ~= 6.141; python_version < "3.10"