From 9f4a8e70b6653b4c2b8e9a7ef5d836a3408fbb7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:48:04 +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",