From 9f7367d33f6730b35374715514b681f88bdcc7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:38:34 +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...v6.155.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.1 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..f7b609c 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.155.1", "mypy>=2.1.0", "pre-commit>=4.6.0", "pytest>=9.0.3",