From 5e855cf80054bdd78c7bd43b58c24eb330d6fd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:41:56 +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/hypothesis-python-6.152.6...hypothesis-python-6.152.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.9 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 dfb0bf8..c5fa99f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ [dependency-groups] dev = [ "httpx>=0.28.1", - "hypothesis>=6.152.6", + "hypothesis>=6.152.9", "mypy>=2.1.0", "pre-commit>=4.6.0", "pytest>=9.0.3",