From 694318783246c91d592e55a6244cad5bff678ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:02:17 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.112.4 to 6.142.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.112.4 to 6.142.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.4...hypothesis-python-6.142.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.142.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 033171287..718eb7a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,7 +174,7 @@ default-groups = [] unit = [ "coverage==7.6.1", "docker==7.1.0", - "hypothesis==6.112.4", + "hypothesis==6.142.4", "mock==5.1.0", ] mypy = [