diff --git a/pyproject.toml b/pyproject.toml index cd3de06..3931fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "isort ~=5.13.2", "ruff >=0.1.9", "mypy ~=1.8.0", - "pytest ~=7.4.3", + "pytest >=7.4.3,<8.2.0", "pytest-cov ~=4.1.0", "types-PyYAML ~=6.0.0", ]