diff --git a/pyproject.toml b/pyproject.toml index 3d998f4..f0a21a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ scripts.decryptpdf = "decryptpdf.cli:app" [dependency-groups] dev = [ - "pytest>=8,<9", + "pytest>=9,<10", "pytest-cov>=6,<7", ] docs = [