From 00d01ac29add3976becaebf93e70c8b5999a7ba3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Jul 2023 12:56:07 +1000 Subject: [PATCH] Pin hypothesis to latest version 6.80.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 07d2fbc..115c54c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest pytest-cov -hypothesis +hypothesis==6.80.1