From 9686a68831cd4e3a872e026501c099c9f1395aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:06:06 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.123.0 to 6.123.1 in /book/src Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.123.0 to 6.123.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.123.0...hypothesis-python-6.123.1) --- updated-dependencies: - dependency-name: hypothesis 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 bebe54c4..a0c35bff 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,7 +1,7 @@ black==24.10.0 coverage==7.6.9 flake8==7.1.1 -hypothesis==6.123.0 +hypothesis==6.123.1 isort==5.13.2 MutPy==0.6.1 mypy==1.14.0