From ab29b53b724cb1ddd202cbc15e8457fe8bef2569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 04:23:14 +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.156.1...v6.160.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.160.0 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 35726b02..10c38dbe 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.156.1,<7.0", + "hypothesis>=6.160.0,<7.0", "black>=26.5.1,<27.0", "ruff>=0.15.22,<1.0", "mypy>=2.3.0,<3.0",