diff --git a/pyproject.toml b/pyproject.toml index 9153e17..3702c60 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>=7,<8", ] docs = [