From 52bf7587eb4899f9cfc766014a6aa82363a47b28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:45:58 +0000 Subject: [PATCH] Bump hypothesis from 5.24.0 to 6.14.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.24.0 to 6.14.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.24.0...hypothesis-python-6.14.2) Signed-off-by: dependabot-preview[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e53a1af..93ac550 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,5 +11,5 @@ twine==1.13.0 pytest==5.4.3 pytest-runner==5.2 pytest-mock==3.2.0 -hypothesis==5.24.0 +hypothesis==6.14.2 freezegun==0.3.15