From 97791bc2e01076b5b4f80d8b9155a70d3daf1ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Dec 2020 13:07:43 +0000 Subject: [PATCH] Bump hypothesis from 5.41.4 to 5.43.3 in /requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.4 to 5.43.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.41.4...hypothesis-python-5.43.3) 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 7d0790c..43429f1 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.41.4 # via -r tests.in +hypothesis==5.43.3 # via -r tests.in identify==1.5.10 # via pre-commit idna==2.10 # via requests imagesize==1.2.0 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 65101bf..bef80d4 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -11,7 +11,7 @@ certifi==2020.11.8 # via requests chardet==3.0.4 # via requests coverage==5.3.1 # via -r tests.in, pytest-cov docutils==0.16 # via sphinx -hypothesis==5.41.4 # via -r tests.in +hypothesis==5.43.3 # via -r tests.in idna==2.10 # via requests imagesize==1.2.0 # via sphinx iniconfig==1.1.1 # via pytest