From ac5de66f1a562dc8225800892383053c27c73661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:49:54 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..41572ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ "pytest-cov==4.1.0", "pytest-mock<3.12.1", "pytest-runner", - "pytest==8.0.0", + "pytest==8.4.2", "pytest-github-actions-annotate-failures", "shellcheck-py==0.9.0.6", ]