From 15fe5bef52e9623b06555b83a350fb92829a3dbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:41: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 35f01909..79ea2f90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ test = [ "mock==5.2.*", "pre-commit<5", "Pyjwt~=2.10.0", - "pytest>=8.2,<9", + "pytest>=9,<10", "pytest-asyncio~=1.0", "pytest-cov>=7,<8", "pytest-mock>=3.15,<3.16",