From 45eb43d97fa98406430a51daabf8662e3822dfd0 Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Sat, 26 Nov 2022 03:04:36 +0100 Subject: [PATCH] Bumped test deps (hypothesis==6.58.1) --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index bb4a4d0..7eb1c8c 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,7 +1,7 @@ Faker==15.3.3 coverage==6.5.0 dirty-equals==0.5.0 -hypothesis==6.58.0 +hypothesis==6.58.1 pygments==2.13.0 pyperf==2.5.0 pytest==7.2.0 -- 2.38.4