From 0b44c808734453afaa16f87989c37c64cc60ccd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:16:38 +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.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- agent-governance-python/agent-mesh/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-governance-python/agent-mesh/pyproject.toml b/agent-governance-python/agent-mesh/pyproject.toml index 79a8fb95a..6c442aa40 100644 --- a/agent-governance-python/agent-mesh/pyproject.toml +++ b/agent-governance-python/agent-mesh/pyproject.toml @@ -33,7 +33,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.1,<7.0", "black>=26.5.1,<27.0", "ruff>=0.16.1,<1.0", "mypy>=2.3.0,<3.0",