From 2add8a94821fb9296aebd66fec22638f1ce6033b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 23:49:06 +0200 Subject: [PATCH] build(deps): bump hypothesis from 6.54.3 to 6.54.4 (#4464) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.54.3 to 6.54.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.54.3...hypothesis-python-6.54.4) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 d693fe6cfa..2cf41a578e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ autoflake==1.5.3 ansi2html==1.8.0 flake8==5.0.4 flake8-quotes==3.3.1 -hypothesis==6.54.3 +hypothesis==6.54.4 markdown-include==0.7.0 mdx-truly-sane-lists==1.3 mkdocs==1.3.1 diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index 1d3fa564f6..08a55aef92 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,7 +1,7 @@ black==22.6.0 flake8==5.0.4 flake8-quotes==3.3.1 -hypothesis==6.54.3 +hypothesis==6.54.4 isort==5.10.1 pyupgrade==2.37.3 mypy==0.971 diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 3a4d00d496..f0276206af 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -1,5 +1,5 @@ coverage==6.4.4 -hypothesis==6.54.3 +hypothesis==6.54.4 # 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.971