diff --git a/requirements-testing.txt b/requirements-testing.txt index 9c1ef29..1dda82c 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -12,4 +12,4 @@ mypy == 1.19.* 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.0 \ No newline at end of file +hypothesis ~= 6.156 \ No newline at end of file