From 0af43416e7c1309a4e9ad5fcf1017ef4534254e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:11:10 +0000 Subject: [PATCH] Bump hypothesis from 6.24.5 to 6.24.6 in /docs Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.24.5 to 6.24.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.24.5...hypothesis-python-6.24.6) --- 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 f378c59e9..09662e64a 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.24.5 +hypothesis==6.24.6 # TODO: Remove this lock when we found and fix the route case. # See: https://github.com/typlog/sphinx-typlog-theme/issues/22