From f1dcbea51e37bf90bb7ed3412c07d9fe78ff3053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:53:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20pytest=20to=20v9.0.?= =?UTF-8?q?3?= 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 44468e1..e9ba915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "mkdocs-material==9.7.6", "mkdocstrings[python]==1.0.3", "pytest-asyncio==1.3.0", - "pytest==9.0.2", + "pytest==9.0.3", "pytest-cov==7.1.0", "syrupy==5.1.0", ]