From 2aea83581ef874ad3556e62be9101d88c9c7cdcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:10:47 +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 ff8e3139e..73dece01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "1.16.0" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7" -pytest = "8.4.0" +pytest = "9.0.3" pytest-asyncio = "1.0.0" pytest-cov = "6.2.1" ruff = "0.6.9"