From de6b3cbd1776187c6d350aa9d626705726bed729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 09:01:11 +0000 Subject: [PATCH] Bump hypothesis from 6.14.3 to 6.14.6 in /src/requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.14.3 to 6.14.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.14.3...hypothesis-python-6.14.6) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[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 061832a0..93c89681 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -7,5 +7,5 @@ codecov==2.1.11 black==21.7b0 pre-commit==2.13.0 isort==5.9.3 -hypothesis==6.14.3 +hypothesis==6.14.6 flake8==3.9.2