From 1f590ce21024ff86cdc5d0a2bafaf8880addf5c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:32:34 +0000 Subject: [PATCH] Update dependency pytest to ~=8.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba5fc60..0385d6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest~=8.3.3", + "pytest~=8.4.2", "pytest-cov~=5.0.0", ]