summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 03b1a28..c3ae2b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ wmi = {version="^1.5.1", optional=true}
[tool.poetry.dev-dependencies]
pytest = ">=5.4.1,<8"
-pytest-cov = "^3.0.0"
+pytest-cov = "^4.0.0"
flake8 = "^5.0.3"
sphinx = "^4.0.0"
coverage = "^6.0"