From ca6af1bcd9d877ea250264add848cdc7a3e57a3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:03:45 +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 7d1c692d..f539bec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ { include-group = "nox" }, ] test = [ - "pytest==8.3.4", + "pytest==8.4.2", "pytest-asyncio==0.23.8", "pytest-cov==5.0.0", "six==1.17.0",