From 8e76e412f1d715510749c33386d7c66bd21a16d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:54: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 0e2c5ca..4ba5614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "mike", "mypy", "pymdown-extensions", - "pytest<8.4.0", + "pytest<9.0.2", "pytest-cov", "pytest-factoryboy", "pytest-xdist",