From 3adb6886a525c751916f03cf64701a60b914af3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:18:57 +0000 Subject: [PATCH] Bump hypothesis from 6.25.0 to 6.27.0 in /docs Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.25.0 to 6.27.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.25.0...hypothesis-python-6.27.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cafa8351f..8afff65d2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ pygments==2.10.0 typing-extensions==4.0.0 mypy==0.910 pytest==6.2.5 -hypothesis==6.25.0 +hypothesis==6.27.0 # TODO: Remove this lock when we found and fix the route case. # See: https://github.com/typlog/sphinx-typlog-theme/issues/22