diff --git a/pyproject.toml b/pyproject.toml index e06e4ca..0d64267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ docs = [ ] lint = ["ruff>=0.4.0", "mypy>=1.10.0", "pre-commit>=3.7.0"] test = [ - "pytest>=8.0.0", + "pytest>=8.4.2", "pytest-cov>=5.0.0", "pytest-xdist>=3.5.0", "pytest-mock>=3.14.0",