From 7d60c7e8b77d0721b0a60d7e6485f5de8f2c426d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:27:10 +0000 Subject: [PATCH] Update hypothesis requirement from >=6.23.3 to >=6.141.1 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.23.3...hypothesis-python-6.141.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.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 9173363..5bca3ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [] [dependency-groups] dev = [ "pytest>=8.3.5", - "hypothesis>=6.23.3", + "hypothesis>=6.141.1", "pytest-cov>=4.0.0", "pytest-asyncio>=0.26.0", "mypy==1.19.1",