From 3134c5cc7b6bf9e85957a97606248fc94cbe0d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:02:08 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.141.0 to 6.142.5 in /book/src Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.141.0 to 6.142.5. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.141.0...hypothesis-python-6.142.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.142.5 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 205fb395..6232cf9e 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,7 +1,7 @@ black==24.10.0 coverage==7.10.6 flake8==7.1.2 -hypothesis==6.141.0 +hypothesis==6.142.5 isort==5.13.2 MutPy==0.6.1 mypy==1.18.2