From 412dc4736955e1b34fc0b599a3dd946c851edc9f Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Mon, 16 Jan 2023 08:48:42 +0000 Subject: [PATCH] Bump Hypothesis to `6.21.1` --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bfc39d4c..07b8b189 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest pytest-json-report -hypothesis>=6.55.0 +hypothesis>=6.62.1 ndindex>=1.6