From cf43264adb513d5bb52b586eecfadb79807ca4b0 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:16:43 +0000 Subject: [PATCH] chore(deps): update dependency pytest to >=9.1,<10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b039be2f..9fb3aa97f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ # CVE-2025-71176 (pytest <9.0.3 tmp-dir predictability) is dev-only and # not fixable on 3.9 — risk is bounded to local CI runners. "pytest>=9.0.3; python_version >= '3.10'", - "pytest>=8.4,<9; python_version < '3.10'", + "pytest>=9.1,<10; python_version < '3.10'", "pytest-cov>=5", # pytest-asyncio 1.4.0 dropped Python 3.9 support; on 3.9 we stay on the last # release that still supports it (1.2.0). Bumping this to 1.4.0 (renovate, #1584)