diff --git a/pyproject.toml b/pyproject.toml index 0f7faf0..9b3b491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pytest-cov==7.1.0", "jsonschema==4.26.0", "PyYAML==6.0.3", - "hypothesis==6.145.1", + "hypothesis==6.168.0", ] [tool.setuptools.packages.find] diff --git a/requirements/dev.in b/requirements/dev.in index ae8cc7a..a2b81f7 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -8,4 +8,4 @@ twine==6.2.0 pytest-cov==7.1.0 jsonschema==4.26.0 PyYAML==6.0.3 -hypothesis==6.145.1 +hypothesis==6.168.0 diff --git a/requirements/fuzz.in b/requirements/fuzz.in index 7a22fe1..32ae455 100644 --- a/requirements/fuzz.in +++ b/requirements/fuzz.in @@ -2,4 +2,4 @@ # harnesses import versionsec. -r runtime.in atheris==2.3.0 -hypothesis==6.145.1 +hypothesis==6.168.0