From 146afd9d67860aab0ecd3ed1277545b5fe57487e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:35:09 +0000 Subject: [PATCH] deps: update hypothesis requirement from >=6.0 to >=6.155.7 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.0.0...v6.155.7) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b591ecd..29352af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] serve = ["uvicorn>=0.49.0"] llm = ["anthropic>=0.40"] -dev = ["pytest>=9.1.0", "pytest-cov>=5.0", "hypothesis>=6.0", "httpx>=0.28.1", "ruff>=0.5", "mypy>=2.1.0", "types-jsonschema>=4.26.0.20260518"] +dev = ["pytest>=9.1.0", "pytest-cov>=5.0", "hypothesis>=6.155.7", "httpx>=0.28.1", "ruff>=0.5", "mypy>=2.1.0", "types-jsonschema>=4.26.0.20260518"] [project.scripts] finalizer100 = "tools.finalizer100:main"