From 1e26a2d6c6c39d287f8ed9f7f82937328f49d835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:29:14 +0000 Subject: [PATCH] chore(deps): update dependency pytest-github-actions-annotate-failures to v0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8730da8..c7ffcd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pre-commit = [ "prek==0.3.4" ] test = [ - "pytest-github-actions-annotate-failures==0.3.0", + "pytest-github-actions-annotate-failures==0.4.0", "pytest==9.0.2" ]