diff --git a/pyproject.toml b/pyproject.toml index c623aa8f..65f02707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ lint = [ ] test = [ "toml~=0.10.2", - "pytest~=9.0.3", + "pytest>=9.0.3,<9.2.0", "pytest-cov~=7.1.0", "respx~=0.23.1" ]