From 2627b26b5910ad48266771f772a8904065fd0a13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:49:38 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [