diff --git a/pyproject.toml b/pyproject.toml index 1a92d76..122590b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ sphinxcontrib-napoleon = {version = "^0.7", optional = true} [tool.poetry.dev-dependencies] gitlint = "^0.17.0" pylint = "^2.12.2" -pytest = "^6.2.5" +pytest = "^7.0.0" pytest-cov = "^3.0.0" pytest-xdist = {extras = ["psutil"], version = "^2.5.0"} pre-commit = "^2.16.0"