From 17a4c3ff1b363b0988eee30801f336330ae43337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:39:59 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ec6ead5..c9a18b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,10 @@ dependencies = [ browser-tests = [ "playwright>=1.55,<1.56", "pytest_playwright>=0.7.1,<0.8", - "pytest>=8.3,<9", + "pytest>=9,<10", ] python-tests = [ - "pytest>=8.3,<9", + "pytest>=9,<10", ] [project.scripts]