From d71ad37d67e47bac2e93d8826e7c8069af004e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:06:59 +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 0e2c5ca..2d45ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "mike", "mypy", "pymdown-extensions", - "pytest<8.4.0", + "pytest<9.0.4", "pytest-cov", "pytest-factoryboy", "pytest-xdist",