From 8028b52af1cce1a4e4db310ebc17f982ae908c04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:29:27 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7181307..4f178c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ defusedxml = "^0.7.1" docutils = "0.16" [tool.poetry.group.dev.dependencies] -pytest = "^8.3.3" +pytest = "^9.0.0" pytest-cov = "^5.0.0" pytest-asyncio = "^0.24.0" Sphinx = "^4.4.0"