From 3722ca9e066c700698a35ba3f3996938a2ed09c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:27:21 +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 414ab31752..d57b686a8a 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 = [