From 3ec49622cfa415ddda7ce79d9d85b14f4c828090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 05:03:28 +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 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 = [