From 9cff1ada11e039f99d94e34ab731cb32d2734459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:47:57 +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 1c4b12c..0aa3e7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ isort = "^5.9.3" mypy = "^1.0.0" pylint = "^3.0.0" pytest = "^8.0.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" pytest-xdist = "^3.0.0" requests-mock = "^1.9.3" types-requests = "^2.31.0"