From 992d3997e0003bfde716bcd29958f240e29a275d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:02:22 +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 bece6e2..fdb7630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ classifiers = [ pydocstyle = "^6.3.0" mypy = "^0.971" coverage = "^6.1.2" - pytest = "^7.0.0" + pytest = "^9.0.0" pytest-clarity = "^1.0.1" pytest-sugar = "^0.9.4" pytest-console-scripts = "^1.3.1"