From 59b1e633c34cdcf81d9e4ecfc0517284bfe6ae4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:54:22 +0000 Subject: [PATCH] chore(deps-dev): update hypothesis requirement 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/v6.155.6...v6.156.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.156.6 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 e641bef..c214f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.11" dependencies = ["pyyaml>=6.0.3", "jsonschema>=4.0"] [project.optional-dependencies] -dev = ["pytest>=9.1.1", "hypothesis>=6.155.6", "mypy>=2.1.0", "mcp>=1.28.0"] +dev = ["pytest>=9.1.1", "hypothesis>=6.156.6", "mypy>=2.1.0", "mcp>=1.28.0"] mcp = ["mcp>=1.28.0"] # Install only the router + ontology layer (no conductor OS, no jsonschema): # pip install conductor[router-only]