From 0ad513a8e542fe88dd5a15849a1dc464a294a085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:33:54 +1000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.2 (#3777) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0fcdd7e..8f1737c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "ruff==0.12.11", "pylint==3.3.8", "pylint-pydantic==0.3.5", - "pytest==8.4.1", + "pytest==8.4.2", ] doc = ["sphinx"]