From d82ad1b0bcaa53978343d6dbb4ee4d9067fa1000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:28:53 +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 678337060..7fc97ceb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [dependency-groups] dev = [ "pytest-cov==7.0.0", - "pytest-github-actions-annotate-failures==0.3.0", + "pytest-github-actions-annotate-failures==0.4.0", "pytest==9.0.2" ]