From 2d0762e661e47f98c81df21f7071b35278fedf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:50:55 +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.138.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.138.3 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 e88532f9..7aec5b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ hooks = [ # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ "faker ==37.1.0", - "hypothesis >=6.21.0,<6.130.9", + "hypothesis >=6.21.0,<6.138.4", "pytest >=7.2.0,<9.0.0", "pytest-cases ==3.8.6", "pytest-custom_exit_code ==0.3.0",