From fdacb2d8a56c2c4487722cc38a601d94c79d9346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:29:07 +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", ]