From 8cc9c89cf8ff0d2e69f1f9076818ada6e9c561b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:14:36 +0000 Subject: [PATCH] Bump hypothesis from 6.24.0 to 6.24.1 in /docs Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.24.0 to 6.24.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.24.0...hypothesis-python-6.24.1) --- 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 9a01478d1..3fa205847 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ pygments==2.10.0 typing-extensions==3.10.0.2 mypy==0.910 pytest==6.2.5 -hypothesis==6.24.0 +hypothesis==6.24.1 # TODO: Remove this lock when we found and fix the route case. # See: https://github.com/typlog/sphinx-typlog-theme/issues/22