From 31e515df28735911d343dcd5891cc05ff7240c84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 00:42:21 +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 860aa70..d604cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "mypy>=0.990", "poetry-plugin-export", "pymdown-extensions>=10.0.1", - "pytest>=8.0.0,<9", + "pytest>=9.0.2,<10", "pytest-asyncio>=0.20.3", "pytest-cov>=4.0.0", "pytest-factoryboy>=2.5.0",