From a05ceef4a891b41e9e5172926c8f39d1f3685402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 02:55:37 +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 3825e0e7fd..5c160ade4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pre-commit==4.4.0", "ruff==0.14.4", "pylint==4.0.2", - "pytest==8.4.2", + "pytest==9.0.0", ] doc = ["sphinx"]