From ab4c6e2221d15777ed500a7a4163108d70633f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:14:55 +0000 Subject: [PATCH] Bump hypothesis from 6.54.4 to 6.67.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.54.4 to 6.67.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.54.4...hypothesis-python-6.67.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f5f9b4a94d..b272147b40 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ coverage==6.4.4 -hypothesis==6.54.4 +hypothesis==6.67.1 jsonschema==4.14.0 pre-commit==2.20.0 pytest==7.1.2