From 5f8b9a604b74f9e91c252d6bedbcea0f2c8d2bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:43:45 +0000 Subject: [PATCH] Update hypothesis requirement from ==6.136.* to >=6.136,<6.138 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.136.0...hypothesis-python-6.137.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.137.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 72e706740..8e219d033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ test = [ "coveralls==4.0.*", "pytest-cov==6.2.*", "coverage==7.10.*", - "hypothesis==6.136.*", + "hypothesis>=6.136,<6.138", "parameterized==0.9.*", ] dev = [