From fbe03e5e68c2a7c8bc41ac401326dc35e0d9b2e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 16:01:16 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to ~2.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7603083..53f4ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ coverage = [ coveralls = [ { version = ">=3.3.0", python = ">=3.5" }, ] -pytest-cov = "~2.8" +pytest-cov = "~2.12.0" flake8 = ">=3.6.0" mock = "^3.0.5" bumpversion = "^0.5.0"