From 7b687d9dd506b7ed79a95062a8992898aa574085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:41:12 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2a5526..1ff27e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ toml = "^0.10.2" types-toml = "^0.10.8.1" sphinx = "^7.0.0" furo = "^2024.0.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" black = { version = "^24.0.0", allow-prereleases = true } pre-commit = "^4.0.0" python-dotenv = "^1.0.0"