From 64f3354dce1f11e014521e8c823e73372f7a9230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:15: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 a8ab171..bbfd769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "mike>=2.0.0", "mypy>=0.990", "pymdown-extensions>=10.0.1", - "pytest>=8.0.0,<9", + "pytest>=9,<10", "pytest-asyncio>=0.20.3", "pytest-cov>=4.0.0", "pytest-factoryboy>=2.5.0",