From b4dcb972b52e80f8f662594915981e6fb1088c11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 02:17:24 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 555f1b8e..f41f5888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "^2.31.0" dataclasses-json = "^0.6.3" [tool.poetry.group.dev.dependencies] -pytest = ">=7.4.3,<9.0.0" +pytest = ">=9.0.2,<9.1.0" pytest-mock = "^3.0.0" pytest-cov = "*" exceptiongroup = "^1.2.0"