From 13ad36ed1f528ea65a24a9314545a336ff6110bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:58:55 +0000 Subject: [PATCH] chore(deps-dev): update hypothesis requirement from >=6.151 to >=6.152.9 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.151.0...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 9034bc5..601483d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "pytest>=9.0", "pytest-cov>=5.0", "pytest-randomly>=3.15", - "hypothesis>=6.151", + "hypothesis>=6.152.9", "mypy>=2.1", "ruff>=0.15", "pre-commit>=4.6",