diff --git a/pyproject.toml b/pyproject.toml index ef8c3e4..28029ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = {version = "^21.9b0", allow-prereleases = true} mypy = "^0.930" isort = "^5.9.3" flake8 = "^4.0.1" -pytest = "^6.2.5" +pytest = "^7.2.2" pytest-cov = "^3.0.0" pre-commit = "^2.15.0" mock = "^4.0.3"