From 38bc3e4bdb1c0b7e9a7be876126383b7a59d7024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:10:11 +0000 Subject: [PATCH] Update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96ea131..10fa624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ Homepage = "https://github.com/OpenVoiceOS/ovos-solver-plugin-rivescript" [project.optional-dependencies] test = [ - "pytest>=7.0.0,<9", + "pytest>=9.1.1,<10", "pytest-timeout>=2.0.0", ]