From 7a701477f65ddeaea6d4ad1ccef20061731f6198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:58:43 +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 6acb3c5..da226d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pre-commit = ">=3.5.0" pyjson5 = ">=1.6.8" [tool.poetry.group.dev.dependencies] -pytest = "==8.3.5" +pytest = "==8.4.2" pytest-cov = "==5.0.0" pyfakefs = "==5.9.1" ruamel-yaml = "==0.18.10"