From 30ecb1ffc95be1638e56fc0e39f80c230e1b9a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:01:50 +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 e163020..15126c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pre-commit = [ "pre-commit==4.3.0" ] test = [ - "pytest==8.4.1" + "pytest==8.4.2" ] [project]