From 428381ecd1809bfd4fcf21ffe89163b4e511e142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:01:51 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.112.4 to 6.147.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.112.4 to 6.147.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.4...hypothesis-python-6.147.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.147.0 dependency-type: direct:development 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..65c504019 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.147.0", "mock==5.1.0", ] mypy = [