From 3f2104f4ca4ac13defb2fe4ccc8cc317f00ef9fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:32:02 +0000 Subject: [PATCH] Update hypothesis requirement from <6.0,>=4.42.0 to >=4.42.0,<7.0 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.42.0...hypothesis-python-6.1.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41c48e9..bea36d8 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_version(): "black==19.10b0", "coverage==5.0.3", "pytest-cov==2.8.1", - "hypothesis>=4.42.0,<6.0", + "hypothesis>=4.42.0,<7.0", "attrs>=19.2", ] docs_require = ["sphinx", "sphinx-autobuild", "sphinx-rtd-theme", "sphinx-click"]