From 01018c6083a012e30d0555648a707ca14f0c1294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 00:44:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pytest=20to=20v9.0.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56b9ab3..ed71f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dependencies = [ "httpx==0.28.1", "ms_cv==0.1.1", "pydantic==2.12.5", - "pytest==9.0.1", + "pytest==9.0.2", "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", "freezegun==1.5.5",