From aeba73b13a53c3e3070f998119a78a4d1f53eded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:08:30 +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 0225b4b..f946fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flake8-print = "^5.0.0" flake8-quotes = "^3.3.2" isort = "^5.11.4" mypy = "^1.0.0" -pytest = "^8.0.0" +pytest = "^9.0.3" types-markdown = "^3.4.2.1" types-pyyaml = "^6.0.12.2" pytest-cov = "^5.0.0"