From 3202962c1856222da426d66ef0f6ec380fba6057 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 00:31:19 +0200 Subject: [PATCH] Bump hypothesis from 5.16.0 to 5.19.1 in /src/requirements (#574) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.0 to 5.19.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.16.0...hypothesis-python-5.19.1) 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 3c41b785..96f19cc2 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -7,5 +7,5 @@ codecov==2.1.7 black==19.10b0 pre-commit==2.6.0 isort==4.3.21 -hypothesis==5.16.0 +hypothesis==5.19.1 flake8==3.8.2