From 880803cbc32ea41c59edccb08d6f7228d8a1fb71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:56:11 +0000 Subject: [PATCH] chore(deps): upgrade dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00fe7ecfe5..d1e7311f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ ] test = [# Not in `dev` because we use tox for testing. Tox will install these dependencies. - "pytest~=8.4.2", + "pytest~=9.0.1", "pytest-asyncio~=0.24.0", ] ci = [