From 6da821c1aea21bf33b424c67f47b5d51152ab8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:28:41 +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 62cc31d8..17969f7f 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",