From 5b2df6454ff9d635d863d5794c50fa0213659532 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 03:57:29 +0000 Subject: [PATCH] Bump hypothesis from 5.41.4 to 6.10.1 in /src/requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.4 to 6.10.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.41.4...hypothesis-python-6.10.1) Signed-off-by: dependabot-preview[bot] --- 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 10dfe953..0e12ddd8 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -7,5 +7,5 @@ codecov==2.1.10 black==20.8b1 pre-commit==2.8.1 isort==5.6.4 -hypothesis==5.41.4 +hypothesis==6.10.1 flake8==3.8.4