From 80c5a46f4c92f967bbc8829691f5b57034487557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:41:49 +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 = [