diff --git a/pyproject.toml b/pyproject.toml index 19dd8ab..8787f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ flake8 = "^5" black = "23.11" bandit = "^1.7" flake8-pyproject = "^1.2" -pytest = "^7.2.1" +pytest = ">=7.2.1,<9.0.0" pytest-cov = "^4.0.0" deepdiff = "^6.3.0"