From 9a8fdfb66c89de60540b58a70a7ccc228f839be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:27:42 +0000 Subject: [PATCH] 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 ccd11f0..48b98d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ faker = "==19.13.0" flake8 = "==6.1.0" mypy = "==1.8.0" pytest = "==7.4.3" -pytest-cov = "==4.1.0" +pytest-cov = "==6.1.1" sqlite-utils = "==3.35.2" [tool.mypy]