From 8b76bacd3ae0062c01fff001333a1a135c4e8136 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 20:03:12 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c160ade4f..e312e5ef93 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==9.0.0", + "pytest==9.0.1", ] doc = ["sphinx"]