From f1e5197c557417a1b6579eb04bf26a032170bac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:21:27 +0100 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.0.0 (#353) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Schubert <46968437+widerschein@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc692ede7..f0bc0c7bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "matplotlib>=3.5.3", ] doc = [