From ab1f41641827c6de5cb84cae73893898b8c15037 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 May 2023 07:45:03 +1000 Subject: [PATCH] Pin pytest-cov to latest version 4.1.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 07d2fbc..9a3fd4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest -pytest-cov +pytest-cov==4.1.0 hypothesis