From 2e2ed7930e461de479c687854e05e17e1b60b409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:21:28 +0000 Subject: [PATCH] deps: Update dependency pytest-cov to >=6.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8167fa27..08adb710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [tool.pixi.feature.tests.dependencies] pytest = ">=8.4.2" -pytest-cov = ">=6.2.1" +pytest-cov = ">=6.3.0" hypothesis = ">=6.138.3" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"