From 2cd3fc05c1cf1463fd0f9f09d8939002a9cc70a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:09:44 +0000 Subject: [PATCH] build(deps): bump hypothesis from 6.36.1 to 6.45.1 in /book/src Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.36.1 to 6.45.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.36.1...hypothesis-python-6.45.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 ab42f9e8..d178ec0d 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,7 +1,7 @@ black==22.1.0 coverage==6.3.1 flake8==4.0.1 -hypothesis==6.36.1 +hypothesis==6.45.1 isort==5.10.1 MutPy==0.6.1 mypy==0.931