diff --git a/pyproject.toml b/pyproject.toml index 0fc1755..30a3ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ black = { version = "25.9.0" } flake8 = { version = "7.3.0" } flake8-pyproject = { version = "1.2.4" } pytest = { version = "9.0.2" } -pytest-cov = { version = "6.3.0" } +pytest-cov = { version = "7.0.0" } [tool.poetry.plugins."poetry.plugin"] reqstool = "reqstool_python_poetry_plugin.plugin:ReqstoolPlugin"