From d4ade66959c507ae50f17d604d37a1bd30dc98ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:04:28 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6acb3c5..f189a88 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 = "==9.0.3" pytest-cov = "==5.0.0" pyfakefs = "==5.9.1" ruamel-yaml = "==0.18.10"