From d39c72163f946005c8a067e810ebdd1054afdb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:14:07 +0000 Subject: [PATCH] Bump hypothesis from 6.54.4 to 6.68.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.54.4 to 6.68.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.54.4...hypothesis-python-6.68.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..52f83602d0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ coverage==6.4.4 -hypothesis==6.54.4 +hypothesis==6.68.1 jsonschema==4.14.0 pre-commit==2.20.0 pytest==7.1.2