From 341cb8dbf4b788d412c1c2671e51cf4a7b06d4ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 13:33:03 -0500 Subject: [PATCH] Update pytest-cov from 5.0.0 to 6.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 30f97c79..a0b63862 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,5 +2,5 @@ coverage==7.6.4 coveralls==4.0.1 mypy==1.13.0 pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-mypy==0.10.3