From 57d5e252ab03e505c678724cd8d0fc159762af4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:03:04 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.136.6 to 6.137.1 in /book/src Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.136.6 to 6.137.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.6...hypothesis-python-6.137.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.137.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 07281d7a..6b98f393 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,7 +1,7 @@ black==24.10.0 coverage==7.10.2 flake8==7.1.2 -hypothesis==6.136.6 +hypothesis==6.137.1 isort==5.13.2 MutPy==0.6.1 mypy==1.17.1