diff --git a/pyproject.toml b/pyproject.toml index f2243e7..b72e530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ testpaths = ["tests"] dev = [ "ruff>=0.11.13,<0.12", "docstr-coverage>=2.3.2,<3", - "pytest>=8.4.0,<9", + "pytest>=8.4.0,<10", "pytest-cov>=6.1.1,<7", "pre-commit>=4.2.0,<5", "detect-secrets>=1.5.0,<2",