From 44f113bd20b4bb2095ea740bdcb7d5a300814a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 07:33:06 +0000 Subject: [PATCH] Build(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/hypothesis-python-6.152.9...v6.161.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.161.2 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 6eef7dd4..38709eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ mcp = [ dev = [ "build>=1.5.0,<2", "cyclonedx-bom>=7.3.0,<8", - "hypothesis>=6.152.9,<7", + "hypothesis>=6.161.2,<7", "jsonschema>=4.26.0,<5", "pip-audit>=2.10.0,<3", "pytest>=9.0.3,<10",