From ddd7691ac018812da9738d68b6d550568e8da209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:43:22 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v9.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e350df504..f8fbf28a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pre-commit==4.5.1", "ruff==0.15.9", "pylint==4.0.5", - "pytest==9.0.2", + "pytest==9.0.3", ] doc = ["sphinx"]