From d6ee5a66b20c9f3bf9bc155e33abd7d8a0996006 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:33:59 +1100 Subject: [PATCH] fix(deps): update dependency pytest to v8.3.5 (#3220) 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 319b7ed8..93e6350e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "ruff==0.9.9", "pylint==3.3.4", "pylint-pydantic==0.3.5", - "pytest==8.3.4", + "pytest==8.3.5", ] doc = ["sphinx"]