From 2414b18a14d6bfb27112c911c3e62e82a571b892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:15:02 +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.0...v6.165.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.2 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 c458dc595..f034daad7 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.0,<7.0", + "hypothesis>=6.165.2,<7.0", "ruff>=0.16.1,<1.0", "mypy>=2.3.0,<3.0", "jsonschema>=4.26.0,<5.0",