From eac8a457d1b1e4468bcb1582a47ba5dc1b6d96a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 00:41:04 +0200 Subject: [PATCH] build(deps): bump hypothesis from 6.18.0 to 6.24.0 (#3353) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.18.0 to 6.24.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.18.0...hypothesis-python-6.24.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- tests/requirements-linting.txt | 2 +- tests/requirements-testing.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2f55e59..ef922a1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ ansi2html==1.6.0 flake8==3.9.2 flake8-quotes==3.3.0 -hypothesis==6.18.0 +hypothesis==6.24.0 markdown-include==0.6.0 mdx-truly-sane-lists==1.2 mkdocs==1.2.2 diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index efab4ad..2f9d56a 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,7 +1,7 @@ black==21.8b0 flake8==3.9.2 flake8-quotes==3.3.0 -hypothesis==6.18.0 +hypothesis==6.24.0 isort==5.9.3 mypy==0.910 types-toml==0.1.5 diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 61855b5..d45585b 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -1,5 +1,5 @@ coverage==5.5 -hypothesis==6.18.0 +hypothesis==6.24.0 # pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8 importlib-metadata==3.1.0;python_version<"3.8" mypy==0.910