From ed1d1cdcaea17967dde688da8300ae4d19150f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 12:03:38 +0000 Subject: [PATCH] Bump hypothesis from 5.49.0 to 6.0.2 in /requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.49.0 to 6.0.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.49.0...hypothesis-python-6.0.2) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 2f0289d..ff2b958 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -18,7 +18,7 @@ coverage==5.3.1 # via -r tests.in, pytest-cov distlib==0.3.1 # via virtualenv docutils==0.16 # via sphinx filelock==3.0.12 # via tox, virtualenv -hypothesis==5.49.0 # via -r tests.in +hypothesis==6.0.2 # via -r tests.in icdiff==1.9.1 # via pytest-icdiff identify==1.5.11 # via pre-commit idna==2.10 # via requests diff --git a/requirements/tests.txt b/requirements/tests.txt index 675d97e..0c207f7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -11,7 +11,7 @@ certifi==2020.12.5 # via requests chardet==4.0.0 # via requests coverage==5.3.1 # via -r tests.in, pytest-cov docutils==0.16 # via sphinx -hypothesis==5.49.0 # via -r tests.in +hypothesis==6.0.2 # via -r tests.in icdiff==1.9.1 # via pytest-icdiff idna==2.10 # via requests imagesize==1.2.0 # via sphinx