diff --git a/pyproject.toml b/pyproject.toml index 3e93f49d9..3a141d4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ license = { text = "BSD 3-Clause License" } [project.optional-dependencies] test = [ "pytest>=6.2.4,<8.2.0", - "pytest-cov>=4,<5.0", + "pytest-cov>=4,<6.0", "pytest-xdist>=3.1", "pyyaml>=6,<7", "diff-cover>=7.3",