From c27caf1223476ffc8e25af58e61a38f46bd6feeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:47:09 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.138.3 to 6.138.4 in /book/src Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.138.3 to 6.138.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.138.3...hypothesis-python-6.138.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.138.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1953fa0b..69461d7e 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,7 +1,7 @@ black==24.10.0 coverage==7.10.5 flake8==7.1.2 -hypothesis==6.138.3 +hypothesis==6.138.4 isort==5.13.2 MutPy==0.6.1 mypy==1.17.1