From 6aad35bb215064144de00b787f52dbe322ed40fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:32:19 +0000 Subject: [PATCH] Update hypothesis requirement from <6.137.0 to <6.141.0 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-ruby-0.0.1...hypothesis-python-6.140.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.140.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 912c08aa..40bb01d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-pylint<=1.1.2", "pytest-runner<7.0.0", "termcolor<3.2.0", - "hypothesis<6.137.0", + "hypothesis<6.141.0", "levenshtein<=0.27.1", ]