From 33da6d39243d0ac9fc53fcef8f32b282c93d88bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Oct 2024 03:47:18 +0100 Subject: [PATCH] Pin pytest-cov to latest version 6.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c908d6..c437664 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pip-licenses==3.5.1 flake8>=3.7.9,<4 flake8-docstrings>=1.5.0,<2 pytest==6.2.4 -pytest-cov>=2.5.1,<3 +pytest-cov==6.0.0 pytest-pythonpath>=0.7.2,<1 setuptools>=38.4.0 Sphinx>=2.2.0