From e747faf012bc110b1f7e73407c990eabd77ce79d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:33:23 +0000 Subject: [PATCH] OPT: 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 661d120..0f6718d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ optional = true [tool.poetry.group.dev.dependencies] mypy = "1.15.0" -pytest = "8.3.5" +pytest = "9.0.3" pytest-cov = "5.0.0" types-requests = "^2.28.11.8" ruff = "0.11.8"