From d045fa22e2b076d7d3a560a2748611c8189424e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:13:53 +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.165.4...v6.165.10) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- agent-governance-python/agent-hypervisor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-governance-python/agent-hypervisor/pyproject.toml b/agent-governance-python/agent-hypervisor/pyproject.toml index 91187ba21..9616455c2 100644 --- a/agent-governance-python/agent-hypervisor/pyproject.toml +++ b/agent-governance-python/agent-hypervisor/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest>=9.1.1,<10.0", "pytest-asyncio>=1.4.0,<2.0", "pytest-cov>=7.1.0,<8.0", - "hypothesis>=6.165.4,<7.0", + "hypothesis>=6.165.10,<7.0", "ruff>=0.16.2,<1.0", "mypy>=2.3.0,<3.0", "jsonschema>=4.26.0,<5.0",