From 26850c43ec67f6272af49e7cf5bf8ee840cf268b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:55:12 +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 eb2cbfff..d81eed65 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]