From 55e4315fe0ec91f305775ea94c37950026a9fbcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 09:52:24 +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 9cfdd47..06186e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ [project.optional-dependencies] test = [ "ovoscope>=1.6.8a1,<2.0.0", - "pytest>=7.0.0,<9", + "pytest>=9.1.1,<10", "pytest-timeout>=2.0.0", "ovos-core[plugins,lgpl]>=2.2.4a1", "ovos-padatious>=2.0.4a1,<3.0.0",