From 1f46c17df364d10e603883a0fd8b4385a21438ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:19:53 +0000 Subject: [PATCH] chore(deps): 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.21.0...hypothesis-python-6.142.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.142.1 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 76bd76e1..ece115be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ hooks = [ test = [ "coverage ==7.6.12; python_version<'3.14'", # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281 "faker ==37.6.0", - "hypothesis >=6.21.0,<6.138.17", + "hypothesis >=6.21.0,<6.142.2", "pytest >=7.2.0,<9.0.0", "pytest-cases ==3.9.1", "pytest-custom_exit_code ==0.3.0",