From 37b80600d7a07d9cfd56f54cb0d1eadb6b3f991f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:41:59 +0000 Subject: [PATCH] chore(deps): 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 ed888c1af..166c42034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ mypy = "1.13.0" pre-commit = "4.2.0" pre-commit-hooks = "4.6.0" pylint = "3.3.7" -pytest = "8.4.0" +pytest = "9.0.3" pytest-asyncio = "0.26.0" pytest-cov = "6.2.1" pytest-freezer = "0.4.9"