From 4fdd6dcfab0126e058c574dfffd016bf4e61bab5 Mon Sep 17 00:00:00 2001 From: Matt Hodges Date: Wed, 10 Dec 2025 13:47:09 -0600 Subject: [PATCH] update hypothesis dep version for dev env --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40d963607..3d8ad555c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] development = [ - "hypothesis==5.19.3", + "hypothesis==6.148.7", ] human = [ "prompt-toolkit>=3.0",