From 41aa7345f1b0963a41dd6b9e644a9a5e34fbdebc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 22:59:47 +0200 Subject: [PATCH] Bump hypothesis from 5.20.3 to 5.23.3 in /src/requirements (#600) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.20.3 to 5.23.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.20.3...hypothesis-python-5.23.3) 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 6c243e7b..61f2e75a 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -7,5 +7,5 @@ codecov==2.1.8 black==19.10b0 pre-commit==2.6.0 isort==5.1.4 -hypothesis==5.20.3 +hypothesis==5.23.3 flake8==3.8.3