From fe9b853d25f14de48e91efcec072af73922829e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:15:27 +1000 Subject: [PATCH] fix(deps): update dependency pytest to v8.4.0 (#3570) 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 5a73af7d..1138fbb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "ruff==0.11.12", "pylint==3.3.7", "pylint-pydantic==0.3.5", - "pytest==8.3.5", + "pytest==8.4.0", ] doc = ["sphinx"]