From f7bfc4305e84f18803bf2b452a8ff9fdb61bd1d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:09:39 +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"