From 57405f1db12928299dcbd8c52b20642db32f229f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:05:50 +0000 Subject: [PATCH] Update dependency pytest-cov to v6 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f6d3bd..ece511e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ packaging = "^24.1" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" deptry = "^0.20.0" mypy = "^1.10.0" pre-commit = "^4.0.0"