From afac2ccc5ea5864478a810b7a9f3ec75e3975700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:04:32 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.124.7 to 6.125.1 in /book/src Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.124.7 to 6.125.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.7...hypothesis-python-6.125.1) --- updated-dependencies: - dependency-name: hypothesis 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 72424806..a76e3c57 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,7 +1,7 @@ black==24.10.0 coverage==7.6.10 flake8==7.1.1 -hypothesis==6.124.7 +hypothesis==6.125.1 isort==5.13.2 MutPy==0.6.1 mypy==1.14.1