From f550cf52972457ce16b481592c9f1dfa4e144e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:44:48 +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",