From 41dcf6cdbf397f98cba7c4cb9ee3759cd8d94877 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:58:14 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c6856e..198df48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ requires = [ type = "pip-compile" dependencies = [ "pre-commit==4.5.0", - "pytest==8.4.2", + "pytest==9.0.1", "hatch-pip-compile==1.11.5", "pip==25.2", ]