diff --git a/pyproject.toml b/pyproject.toml index 74cd099..7ae6f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ black = { version = "25.1.0" } flake8 = { version = "7.2.0" } flake8-pyproject = { version = "1.2.3" } pytest = { version = "8.3.5" } -pytest-cov = { version = "6.0.0" } +pytest-cov = { version = "6.1.0" } [tool.poetry.plugins."poetry.plugin"] reqstool = "reqstool_python_poetry_plugin.plugin:ReqstoolPlugin"