From 69ebf57d0b5192e014273dd9c1db02cca7de0c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:51:39 +0000 Subject: [PATCH] Bump hypothesis from 6.151.9 to 6.151.10 in the patch group Bumps the patch group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.151.9 to 6.151.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.9...hypothesis-python-6.151.10) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d46bfc..b6cb2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ dev-pytest = [ "pytest-asyncio == 1.3.0", "async-solipsism == 0.9", "time-machine == 3.2.0", - "hypothesis == 6.151.9", + "hypothesis == 6.151.10", "frequenz-client-dispatch[cli]", ] dev = [