diff --git a/pyproject.toml b/pyproject.toml index fa2cd1a..f7ff489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ tox = "^3.15" pytest = "^6.0" pytest-cov = "^2.9" coverage = {version = "^5.1", extras = ["toml"]} -coverage2clover = "^2.0" +coverage2clover = "^3.1" wemake-python-styleguide = "^0.14.1" black = "^20.8b1" flake8 = "^3.8"