From e5b82ba1c6936d4d2325503ea14e22a8d38dc8a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:27:55 +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 749fbca482..6bfb44a0cb 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.2", "pytest-asyncio~=0.24.0", ] ci = [