From d8fed793908fa275db69ff02334a3b701b9aef2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:15:59 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d5e038..d6174d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ type-hints = [ ] lint-38 = [ "mypy[reports]>=1.14,<1.17", # Dropped support for targeting 3.8 - "pytest>=7,<9", # Dropped Python 3.8 support + "pytest>=9,<10", # Dropped Python 3.8 support "pytest-check<2.8.1", # Dropped Python 3.8 support ] docs = [