From 0da372ca5a7183db5d97e8bea2cc60d2be1969c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:28:50 +0000 Subject: [PATCH] build(deps): bump pytest-cov from 5.0.0 to 6.0.0 (#552) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48f1e87f5..5a2f70dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "matplotlib==3.9.2", "numpy==2.1.3", "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "joblib==1.4.2", "pandas==2.2.3", "openpyxl==3.1.5",