From 6d2a7e427bf2e89ac4917656ea35e9045290159e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 14:12:18 +0000 Subject: [PATCH] Bump hypothesis from 6.27.1 to 6.27.2 in /docs Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.27.1 to 6.27.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.27.1...hypothesis-python-6.27.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... 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 35afa9565..dee91bfe3 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.27.1 +hypothesis==6.27.2 # TODO: Remove this lock when we found and fix the route case. # See: https://github.com/typlog/sphinx-typlog-theme/issues/22