From 6f23e63fd8a4eaec36a5690c8cbd3a207e3e1ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:25:49 +0000 Subject: [PATCH] Build(deps): Bump hypothesis from 6.136.6 to 6.138.13 in the minor group Bumps the minor group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.136.6 to 6.138.13 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.6...hypothesis-python-6.138.13) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.138.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 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 c389e8b..f727f74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev-pytest = [ "pytest-mock == 3.14.1", "pytest-asyncio == 1.1.0", "async-solipsism == 0.8", - "hypothesis == 6.136.6", + "hypothesis == 6.138.13", "frequenz-quantities[marshmallow]", ]