From b06725e1a486bcf2563e589c4ea020127534a798 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 08:57:11 +0200 Subject: [PATCH] Bump hypothesis from 5.8.0 to 5.16.0 in /src/requirements (#549) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.0 to 5.16.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.8.0...hypothesis-python-5.16.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- src/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/dev.txt b/src/requirements/dev.txt index acbf46e1..e02884a5 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -7,5 +7,5 @@ codecov==2.1.4 black==19.10b0 pre-commit==2.4.0 isort==4.3.21 -hypothesis==5.8.0 +hypothesis==5.16.0 flake8==3.8.2